From 7fdaac03191ccffba65fbeb8e6c646ee33abd572 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 4 Sep 2021 01:24:08 +0200 Subject: [PATCH] fix zealous fix... --- client/src/nfc/ndef.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/nfc/ndef.c b/client/src/nfc/ndef.c index 2cf97e01f..7e698eb80 100644 --- a/client/src/nfc/ndef.c +++ b/client/src/nfc/ndef.c @@ -435,6 +435,7 @@ static int ndefDecodePayloadDeviceInfo(uint8_t *payload, size_t len) { n = *(p++); PrintAndLogEx(INFO, "Unique name... " _YELLOW_("%.*s"), n, p); p += n + 1; + p++; //uuid string // record.uuid_string = '123e4567-e89b-12d3-a456-426655440000' // 8-4-4-4-12