mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
t55xx info: tag out of spec FSKa modulations in standard mode
This commit is contained in:
parent
045eda93e9
commit
d448549524
2 changed files with 7 additions and 10 deletions
|
@ -153,7 +153,7 @@ char *GetPskCfStr(uint32_t id, bool q5);
|
|||
char *GetBitRateStr(uint32_t id, bool xmode);
|
||||
char *GetSaferStr(uint32_t id);
|
||||
char *GetQ5ModulationStr(uint32_t id);
|
||||
char *GetModulationStr(uint32_t id);
|
||||
char *GetModulationStr(uint32_t id, bool xmode);
|
||||
char *GetModelStrFromCID(uint32_t cid);
|
||||
char *GetSelectedModulationStr(uint8_t id);
|
||||
uint32_t PackBits(uint8_t start, uint8_t len, uint8_t *bitstream);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue