mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-28 18:14:39 +08:00
Fix T55xx modulation parser
This commit is contained in:
parent
a9400bed51
commit
cb0ad464c1
1 changed files with 3 additions and 3 deletions
|
@ -110,9 +110,9 @@ typedef enum {
|
|||
DEMOD_PSK1 = 0x01,
|
||||
DEMOD_PSK2 = 0x02,
|
||||
DEMOD_PSK3 = 0x03,
|
||||
DEMOD_FSK1 = 0x04,
|
||||
DEMOD_FSK1a = 0x05,
|
||||
DEMOD_FSK2 = 0x06,
|
||||
DEMOD_FSK1 = 0x04,
|
||||
DEMOD_FSK2 = 0x05,
|
||||
DEMOD_FSK1a = 0x06,
|
||||
DEMOD_FSK2a = 0x07,
|
||||
DEMOD_FSK = 0xF0, //generic FSK (auto detect FCs)
|
||||
DEMOD_ASK = 0x08,
|
||||
|
|
Loading…
Reference in a new issue