chg: 'lf t55xx info c' - renamed from "d" to "c", takes a block0 and print info.

chg: 'lf t55xx config c'  - now takes a block0 and use as configuration.

usage:
lf t55xx config c 000880E8
lf t55xx info c 000880E8
This commit is contained in:
iceman1001
2019-09-13 20:50:00 +02:00
parent f1307e703c
commit af02ee871d
2 changed files with 62 additions and 11 deletions

View File

@@ -116,6 +116,7 @@ typedef struct {
} bitrate;
bool Q5;
bool ST;
bool usepwd;
} t55xx_conf_block_t;
t55xx_conf_block_t Get_t55xx_Config(void);