ADD: added a comment about the Q5, which I think is wrong in these commands. Needs to be tested.

This commit is contained in:
iceman1001 2016-05-16 21:40:19 +02:00
commit 890ae3dd43
5 changed files with 19 additions and 10 deletions

View file

@ -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);