Chg: 'hf topas reader' got split up into two, 'hf topaz info' which prints detailed information, and reader just prints UID. Now also prints NDEF

This commit is contained in:
iceman1001
2020-04-03 17:39:10 +02:00
parent c819121d2b
commit 24f2f1d341
2 changed files with 86 additions and 80 deletions

View File

@@ -15,5 +15,5 @@
int CmdHFTopaz(const char *Cmd);
int readTopazUid(void);
int readTopazUid(bool verbose);
#endif