disable more code with SKIP_ISO14443*

This commit is contained in:
Philippe Teuwen 2020-11-05 22:26:47 +01:00
commit bae2f5f04e
2 changed files with 31 additions and 4 deletions

View file

@ -141,6 +141,8 @@ SKIP_FELICA=1
```
Situation might change when the firmware is growing of course, requiring to skip more elements.
Last note: if you skip a tech, be careful not to use a standalone mode which requires that same tech, else the firmware size reduction won't be much.
## Next step
See [Compilation instructions](/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md)