feat: add logging for decoded JSON data in NFC processing
This commit is contained in:
@@ -216,6 +216,9 @@ bool decodeNdefAndReturnJson(const byte* encodedMessage, String uidString) {
|
||||
nfcJsonData += (char)encodedMessage[3 + typeLength + i];
|
||||
}
|
||||
|
||||
Serial.println("Decoded JSON Data:");
|
||||
Serial.println(nfcJsonData);
|
||||
|
||||
// JSON-Dokument verarbeiten
|
||||
JsonDocument doc;
|
||||
DeserializationError error = deserializeJson(doc, nfcJsonData);
|
||||
|
Reference in New Issue
Block a user