mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
split nfcbarcode from iso14443a
This commit is contained in:
parent
ada1b8559b
commit
4a3fb3ccf1
7 changed files with 25 additions and 5 deletions
|
@ -178,6 +178,7 @@ typedef struct {
|
|||
bool compiled_with_felica : 1;
|
||||
bool compiled_with_legicrf : 1;
|
||||
bool compiled_with_iclass : 1;
|
||||
bool compiled_with_nfcbarcode : 1;
|
||||
// misc
|
||||
bool compiled_with_lcd : 1;
|
||||
|
||||
|
@ -185,7 +186,7 @@ typedef struct {
|
|||
bool hw_available_flash : 1;
|
||||
bool hw_available_smartcard : 1;
|
||||
} PACKED capabilities_t;
|
||||
#define CAPABILITIES_VERSION 2
|
||||
#define CAPABILITIES_VERSION 3
|
||||
extern capabilities_t pm3_capabilities;
|
||||
|
||||
// For CMD_LF_T55XX_WRITEBL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue