Skip to content

Commit

Permalink
Disable BRUTE and LOG by default in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinHub committed Nov 18, 2019
1 parent dfe1e42 commit efc5e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/ChameleonMini/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ CRYPTO_TOOL = ../../Software/Tools/crypt_operations.py
SETTINGS += -DCONFIG_MF_CLASSIC_SUPPORT
SETTINGS += -DCONFIG_MF_ULTRALIGHT_SUPPORT
SETTINGS += -DCONFIG_MF_CLASSIC_DETECTION_SUPPORT
SETTINGS += -DCONFIG_MF_CLASSIC_BRUTE_SUPPORT
SETTINGS += -DCONFIG_MF_CLASSIC_LOG_SUPPORT
#SETTINGS += -DCONFIG_MF_CLASSIC_BRUTE_SUPPORT
#SETTINGS += -DCONFIG_MF_CLASSIC_LOG_SUPPORT

#Support magic mode on mifare classic configuration
#SETTINGS += -DSUPPORT_MF_CLASSIC_MAGIC_MODE
Expand Down

0 comments on commit efc5e19

Please sign in to comment.