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:
- 9:cf555a570349
- Parent:
- 7:37dc9ce68914
- Child:
- 10:f6ff8ec221ec
diff -r 856f7a8cc20c -r cf555a570349 serial_cmds.cpp --- a/serial_cmds.cpp Wed Mar 24 20:14:32 2021 +0000 +++ b/serial_cmds.cpp Wed Mar 31 13:04:22 2021 +0000 @@ -17,10 +17,8 @@ case CMD_SEND_LORA_P2P: { - pc.printf("<p %s>", msg[+2]); - char msg_p2p [256]; - strncpy(msg_p2p, msg+2, strlen(msg)); - send_msg(msg_p2p); + pc.printf("<p %s>", msg+2); + send_msg((char*)(msg + 2)); break;} }