rename SIMxxx.BIN in lowercase

This commit is contained in:
Philippe Teuwen 2019-08-30 22:13:51 +02:00
commit 7e579f9fca
8 changed files with 10 additions and 10 deletions

View file

@ -111,9 +111,9 @@ cd client; ./proxmark3 ...
Therefore client commands referring to files of the repo must be adapted, e.g.
```
pm3 --> sc upgrade f tools/simmodule/SIM011.BIN
pm3 --> sc upgrade f tools/simmodule/sim011.bin
<>
pm3 --> sc upgrade f ../tools/simmodule/SIM011.BIN
pm3 --> sc upgrade f ../tools/simmodule/sim011.bin
```
```