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:
- 146:eb7bca47f6d8
- Parent:
- 141:c6247c5469ff
- Child:
- 157:8e9b1e84ffac
diff -r 28d25a44c1e0 -r eb7bca47f6d8 Lora.h --- a/Lora.h Wed Apr 04 13:59:14 2018 -0500 +++ b/Lora.h Fri Apr 06 08:19:50 2018 -0500 @@ -313,7 +313,8 @@ RX_1 = 1, //!< First receive window RX_2, //!< Second receive window RX_BEACON, //!< Beacon receive window - RX_SLOT, //!< Beacon Slot receive window + RX_SLOT, //!< Ping Slot receive window + RXC, //!< Class C continuous window RX_TEST };