lf t55 config - now uses cliparser... and texts

This commit is contained in:
iceman1001
2021-03-07 18:56:37 +01:00
parent 0067a9b7fa
commit 827c529aea
2 changed files with 189 additions and 167 deletions

View File

@@ -127,10 +127,10 @@ typedef struct {
uint8_t offset;
uint32_t block0;
enum {
notSet = 0x00,
autoDetect = 0x01,
userSet = 0x02,
tagRead = 0x03,
NOTSET = 0x00,
AUTODETECT = 0x01,
USERSET = 0x02,
TAGREAD = 0x03,
} block0Status;
enum {
RF_8 = 0x00,