fixes
This commit is contained in:
+3
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user