This commit is contained in:
2026-08-31 23:12:28 -04:00
parent 2152b8f727
commit 089be9564b
13 changed files with 147 additions and 39 deletions
+3 -1
View File
@@ -102,7 +102,9 @@ ndef_message readNDEFText(unsigned char* buf, uint8_t buf_len)
NDEF_MSG.payload[payload_length] = '\0';
NDEF_MSG.payload_len = payload_length;
LOG(NDEF_MSG.payload);
#if DO_UART
uart_sendString(NDEF_MSG.payload); // Runtime string, so not LOG()
#endif
LOG("\n");
return NDEF_MSG;