mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
ADD: added a comment about the Q5, which I think is wrong in these commands. Needs to be tested.
This commit is contained in:
parent
a45882e20a
commit
890ae3dd43
5 changed files with 19 additions and 10 deletions
|
@ -103,6 +103,7 @@ int CmdPyramidClone(const char *Cmd) {
|
|||
blocks[0] = T55x7_MODULATION_FSK2a | T55x7_BITRATE_RF_50 | 4<<T55x7_MAXBLOCK_SHIFT;
|
||||
|
||||
if (param_getchar(Cmd, 3) == 'Q' || param_getchar(Cmd, 3) == 'q')
|
||||
//t5555 (Q5) BITRATE = (RF-2)/2 (iceman)
|
||||
blocks[0] = T5555_MODULATION_FSK2 | T5555_INVERT_OUTPUT | 50<<T5555_BITRATE_SHIFT | 4<<T5555_MAXBLOCK_SHIFT;
|
||||
|
||||
blocks[1] = bytebits_to_byte(bs,32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue