khang_91

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);