chg: 'lf t55xx config' - can set config based on a block0, offset and Q5
lf t55xx config c 000880E0 o 10 - sets a T55x7 w offset 10 lf t55xx config c 000880E0 o 6 Q5 - sets a Q5/T5555 w offset 6
This commit is contained in:
@@ -132,6 +132,7 @@ void Set_t55xx_Config(t55xx_conf_block_t conf);
|
||||
int CmdLFT55XX(const char *Cmd);
|
||||
|
||||
void SetConfigWithBlock0(uint32_t block0);
|
||||
void SetConfigWithBlock0Ex(uint32_t block0, uint8_t offset, bool Q5);
|
||||
|
||||
char *GetPskCfStr(uint32_t id, bool q5);
|
||||
char *GetBitRateStr(uint32_t id, bool xmode);
|
||||
|
||||
Reference in New Issue
Block a user