mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: 'lf hitag reader' - now support json format
This commit is contained in:
parent
b35ea2e352
commit
072e83bc49
4 changed files with 36 additions and 14 deletions
|
@ -55,6 +55,11 @@ typedef enum {
|
|||
jsfRaw,
|
||||
jsfCardMemory,
|
||||
jsfMfuMemory,
|
||||
jsfHitag,
|
||||
// jsf14b,
|
||||
// jsf15,
|
||||
// jsfLegic,
|
||||
// jsfT55xx,
|
||||
} JSONFileType;
|
||||
|
||||
int fileExists(const char *filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue