]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfpresco.c
ADD: added a comment about the Q5, which I think is wrong in these commands. Needs...
[proxmark3-svn] / client / cmdlfpresco.c
index 51756c4f5ba1e5aa35a22444eeea432437ae2b17..829e2e6f5bbc91ae152cf294a079dac66a4b9c1c 100644 (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) {
Impressum, Datenschutz