Skip to content

Commit

Permalink
Merge pull request #146 from shinhub/mf_7b_enabled
Browse files Browse the repository at this point in the history
Enable 7b UID capability by default (#144, #48)
  • Loading branch information
securechicken authored Sep 14, 2019
2 parents d1f176b + 563b4f9 commit 91f1cf8
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 @@ -17,9 +17,9 @@ CRYPTO_TOOL = ../../Software/Tools/crypt_operations.py

#Supported configurations
SETTINGS += -DCONFIG_MF_CLASSIC_1K_SUPPORT
#SETTINGS += -DCONFIG_MF_CLASSIC_1K_7B_SUPPORT
SETTINGS += -DCONFIG_MF_CLASSIC_1K_7B_SUPPORT
SETTINGS += -DCONFIG_MF_CLASSIC_4K_SUPPORT
#SETTINGS += -DCONFIG_MF_CLASSIC_4K_7B_SUPPORT
SETTINGS += -DCONFIG_MF_CLASSIC_4K_7B_SUPPORT
SETTINGS += -DCONFIG_MF_ULTRALIGHT_SUPPORT
#SETTINGS += -DCONFIG_ISO14443A_SNIFF_SUPPORT
#SETTINGS += -DCONFIG_ISO14443A_READER_SUPPORT
Expand Down

0 comments on commit 91f1cf8

Please sign in to comment.