quick fix for nfc decode to handle ev1 dumps, untested

This commit is contained in:
Philippe Teuwen 2025-01-14 23:17:11 +01:00
commit 70389e55b1

View file

@ -119,6 +119,7 @@ static int CmdNfcDecode(const char *Cmd) {
if (bytes_read != MIFARE_4K_MAX_BYTES if (bytes_read != MIFARE_4K_MAX_BYTES
&& bytes_read != MIFARE_2K_MAX_BYTES && bytes_read != MIFARE_2K_MAX_BYTES
&& bytes_read != MIFARE_1K_MAX_BYTES && bytes_read != MIFARE_1K_MAX_BYTES
&& bytes_read != MIFARE_1K_EV1_MAX_BYTES
&& bytes_read != MIFARE_MINI_MAX_BYTES) { && bytes_read != MIFARE_MINI_MAX_BYTES) {
uint8_t **pd = &tmp; uint8_t **pd = &tmp;