Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: pulga-lorawan-drv SX1272
Diff: serial_cmds.cpp
- Revision:
- 18:245a2285053c
- Parent:
- 17:61e9a2208fac
--- a/serial_cmds.cpp Fri Apr 30 17:03:48 2021 +0000
+++ b/serial_cmds.cpp Fri Apr 30 19:36:01 2021 +0000
@@ -21,10 +21,9 @@
case CMD_SEND_LORA_P2P:
{
- pc.printf("CMD_SEND_LORA_P2P: ");
- for (int i = 0; i < msg_len; i++) {
- pc.printf("%c", msg[i]);
- }
+ pc.printf("\nmsg CMD_SEND_LORA_P2P: ");
+ for (int i = 0; i < msg_len; i++)
+ pc.printf("%c ", msg[i]);
pc.printf("\n");
// msg = <p2DATA, so + 3 selects only DATA\0, and -3 discounts the chars <p2