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: SX127x lorawan1v1
Fork of LoRaWAN-grove-cayenne by
Diff: LoRaMacString.cpp
- Revision:
- 1:3c1d13a0489e
- Parent:
- 0:62e456e60083
- Child:
- 4:72b8fdc9878e
--- a/LoRaMacString.cpp Wed Feb 28 14:06:17 2018 -0800 +++ b/LoRaMacString.cpp Thu Mar 01 17:29:50 2018 +0000 @@ -72,6 +72,7 @@ switch (status) { case LORAMAC_STATUS_OK: ptr = "OK"; break; + case LORAMAC_STATUS_LSE: ptr = "LSE"; break; case LORAMAC_STATUS_IN_PROGRESS: ptr = "LORAMAC_STATUS_IN_PROGRESS"; break; case LORAMAC_STATUS_BUSY_UPCONF: ptr = "BUSY_UPCONF"; break; case LORAMAC_STATUS_SERVICE_UNKNOWN: ptr = "SERVICE_UNKNOWN"; break;