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.
Diff: Lora.h
- Revision:
- 26:17479e0039f6
- Parent:
- 19:f3a46d2bb9b3
- Child:
- 60:7985b4783af9
diff -r 27e9d60ed709 -r 17479e0039f6 Lora.h
--- a/Lora.h Mon Aug 29 14:48:33 2016 -0500
+++ b/Lora.h Tue Aug 30 11:48:00 2016 -0500
@@ -260,7 +260,8 @@
LORA_JOIN_BACKOFF = 14,
LORA_NO_FREE_CHAN = 15,
LORA_AGGREGATED_DUTY_CYCLE = 16,
- LORA_MAX_PAYLOAD_EXCEEDED
+ LORA_MAC_COMMAND_ERROR = 17,
+ LORA_MAX_PAYLOAD_EXCEEDED = 18
};
/**