int CmdLFNedapChk(const char *Cmd){
uint8_t data[256] = { 0x30, 0x16, 0x00, 0x71, 0x40, 0x21, 0xBE};
int CmdLFNedapChk(const char *Cmd){
uint8_t data[256] = { 0x30, 0x16, 0x00, 0x71, 0x40, 0x21, 0xBE};
PrintAndLog("Input: [%d] %s", len, sprint_hex(data, len));
PrintAndLog("Input: [%d] %s", len, sprint_hex(data, len));
- uint8_t last = GetParity(data, EVEN, 62);
- PrintAndLog("TEST PARITY:: %d | %d ", DemodBuffer[62], last);
+ //uint8_t last = GetParity(data, EVEN, 62);
+ //PrintAndLog("TEST PARITY:: %d | %d ", DemodBuffer[62], last);