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:
- 157:8e9b1e84ffac
- Parent:
- 146:eb7bca47f6d8
- Child:
- 172:7ec44396a51b
--- a/Lora.h Mon Jun 04 13:33:39 2018 -0500 +++ b/Lora.h Mon Jun 04 14:53:04 2018 -0500 @@ -389,9 +389,6 @@ typedef struct { uint8_t Mode; //!< PUBLIC, PRIVATE or PEER_TO_PEER network mode uint8_t Class; //!< Operating class of device -#if defined(TARGET_XDOT_L151CC) && defined(GEMALTO_SE) - bool SeEnabled; //!< Secure Element enabled or disabled. -#endif uint8_t EUI[8]; //!< Network ID or AppEUI uint8_t Key[16]; //!< Network Key or AppKey uint8_t JoinDelay; //!< Number of seconds to wait before 1st RX Window