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: mDot.h
- Revision:
- 150:7f5203f0d4d5
- Parent:
- 149:724ee1863b4a
- Child:
- 155:ecb07dbd16e3
--- a/mDot.h Mon Apr 30 16:08:47 2018 -0500 +++ b/mDot.h Fri May 04 15:33:24 2018 -0500 @@ -737,13 +737,13 @@ /** * Add a multicast session address and keys * Downlink counter is set to 0 - * Up to 4 MULTICAST_SESSIONS can be set + * Up to 3 MULTICAST_SESSIONS can be set */ int32_t setMulticastSession(uint8_t index, uint32_t addr, const uint8_t* nsk, const uint8_t* dsk); /** * Set a multicast session counter - * Up to 4 MULTICAST_SESSIONS can be set + * Up to 3 MULTICAST_SESSIONS can be set */ int32_t setMulticastDownlinkCounter(uint8_t index, uint32_t count);