mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 18:47:24 -07:00
Emv commands work with smartcard interface (RfidResearchGroup PR67 by @Merlokk) (#743)
* replace 'hf emv' commands by 'emv' commands * Enable smartcard commands by default (-DWITH_SMARTCARD) * update i2c.c from RfidResearchGroup repository * update smartcard.c from RfidResearchGroup repository
This commit is contained in:
parent
968ad67280
commit
8d7d7b6187
14 changed files with 811 additions and 750 deletions
|
@ -13,6 +13,7 @@ APP_CFLAGS += -DWITH_ISO14443a_StandAlone \
|
|||
-DWITH_HITAG \
|
||||
-DWITH_CRC \
|
||||
-DWITH_HFSNOOP \
|
||||
-DWITH_SMARTCARD \
|
||||
-DWITH_GUI
|
||||
#END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue