chg: 'lf hitag reader' - now support json format

This commit is contained in:
iceman1001 2019-03-13 17:50:10 +01:00
commit 072e83bc49
4 changed files with 36 additions and 14 deletions

View file

@ -55,6 +55,11 @@ typedef enum {
jsfRaw,
jsfCardMemory,
jsfMfuMemory,
jsfHitag,
// jsf14b,
// jsf15,
// jsfLegic,
// jsfT55xx,
} JSONFileType;
int fileExists(const char *filename);