+ // calcCrc = legic4Crc(LEGIC_READ, byte_index, byte, cmd_sz);
+ // crc = BYTEx(current_frame.data, 1);
+
+ // if( calcCrc != crc ) {
+ // Dbprintf("!!! crc mismatch: expected %x but got %x !!!", calcCrc, crc);
+ // return -1;
+ // }
+
+ legic_prng_forward(4);
+ WaitTicks(40);