![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
standalone sx1276 demo program
Fork of SX1276_GPS by
Diff: console_chat.cpp
- Revision:
- 32:a2472bbe7c92
- Parent:
- 31:2c813f321db7
--- a/console_chat.cpp Tue Jul 14 14:58:23 2015 +0000 +++ b/console_chat.cpp Wed Jul 29 12:14:42 2015 +0000 @@ -173,7 +173,7 @@ //radf Radio.Tx( TX_TIMEOUT_VALUE ); break; default: - debug("Unsupported command\r\n"); + debug("Unsupported command received\r\n"); break; } } else if (pcbuf[0] == 'f' && pcbuf[1] == 'r' && pcbuf[2] == 'f') { @@ -234,8 +234,11 @@ print_cr();printf("\r\n"); - } else + } +#if 0 + else debug("Unsupported command\r\n"); +#endif if (app == APP_CONSOLE) {