nguyen hoang
/
Dot-Examples-Khang290319
publish
Diff: examples/inc/RadioEvent.h
- Revision:
- 39:2c027824e046
- Parent:
- 37:f1053cb17d4f
- Child:
- 41:3cb0ed329c6e
--- a/examples/inc/RadioEvent.h Thu May 02 13:18:47 2019 -0500 +++ b/examples/inc/RadioEvent.h Thu May 02 20:47:12 2019 +0000 @@ -74,9 +74,7 @@ logDebug("Rx %d bytes", info->RxBufferSize); if (info->RxBufferSize > 0) { -#if ACTIVE_EXAMPLE == FOTA_EXAMPLE - printf("Rx data: [%s]\r\n", mts::Text::bin2hexString(info->RxBuffer, info->RxBufferSize).c_str()); -#else +#if ACTIVE_EXAMPLE != FOTA_EXAMPLE // print RX data as string and hexadecimal std::string rx((const char*)info->RxBuffer, info->RxBufferSize); printf("Rx data: %s [%s]\r\n", rx.c_str(), mts::Text::bin2hexString(info->RxBuffer, info->RxBufferSize).c_str());