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: lora.h
- Revision:
- 16:3994aadbb37c
- Parent:
- 7:37dc9ce68914
--- a/lora.h Thu Apr 29 16:54:10 2021 +0000 +++ b/lora.h Fri Apr 30 13:46:57 2021 +0000 @@ -54,7 +54,7 @@ extern void setup(); extern void send_packet (uint8_t *payload, uint8_t length8); extern void send_data(int mode); -extern void send_msg(char *msg_lora); +extern void send_msg(char *msg_lora, uint8_t msg_len); extern void print_packet(); #endif \ No newline at end of file