khang_91

Revision:
148:349066567b8f
Parent:
144:72731889d6da
Child:
149:724ee1863b4a
--- a/mDot.h	Wed Apr 11 12:56:41 2018 -0500
+++ b/mDot.h	Mon Apr 30 13:14:18 2018 -0500
@@ -737,13 +737,13 @@
         /**
          * Add a multicast session address and keys
          * Downlink counter is set to 0
-         * Up to 3 MULTICAST_SESSIONS can be set
+         * Up to 4 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 3 MULTICAST_SESSIONS can be set
+         * Up to 4 MULTICAST_SESSIONS can be set
          */
         int32_t setMulticastDownlinkCounter(uint8_t index, uint32_t count);
 
@@ -1706,7 +1706,8 @@
         lora::ChannelPlan* getChannelPlan(void);  
 
         uint32_t setRx2DataRate(uint8_t dr);
-    
+        uint8_t getRx2DataRate();
+
         void mcGroupKeys(uint8_t *mcKeyEncrypt, uint32_t addr, uint8_t groupId);  
     private:
         typedef enum {