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

@ -170,6 +170,7 @@ int CmdPrescoClone(const char *Cmd) {
if (GetWiegandFromPresco(Cmd, &sitecode, &usercode, &fullcode, &Q5) == -1) return usage_lf_presco_clone();
if (Q5)
//t5555 (Q5) BITRATE = (RF-2)/2 (iceman)
blocks[0] = T5555_MODULATION_MANCHESTER | 32<<T5555_BITRATE_SHIFT | 4<<T5555_MAXBLOCK_SHIFT | T5555_ST_TERMINATOR;
if ((sitecode & 0xFF) != sitecode) {