Wenkai Gong / libmDot-mbed5-UNSWDot
Revision:
72:b1e07ec1c30d
Parent:
65:acc0468b9aec
--- a/plans/ChannelPlan_US915.h	Fri Nov 08 09:34:58 2019 -0600
+++ b/plans/ChannelPlan_US915.h	Mon Feb 17 14:43:04 2020 -0600
@@ -109,7 +109,7 @@
              * @param window
              * @return RxWindow
              */
-            virtual RxWindow GetRxWindow(uint8_t window);
+            virtual RxWindow GetRxWindow(uint8_t window, int8_t id = 0);
 
             /**
              * Get datarate to use on the join request
@@ -152,19 +152,6 @@
             virtual uint8_t SetTxConfig();
 
             /**
-             * Set the SxRadio rx config provided window
-             * @param window to be opened
-             * @param continuous keep window open
-             * @param wnd_growth factor to increase the rx window by
-             * @param pad_ms time in milliseconds to add to computed window size
-             * @return LORA_OK
-             */
-            virtual uint8_t SetRxConfig(uint8_t window,
-                                        bool continuous,
-                                        uint16_t wnd_growth,
-                                        uint16_t pad_ms);
-
-            /**
              * Set frequency sub band if supported by plan
              * @param sub_band
              * @return LORA_OK
@@ -286,7 +273,7 @@
              * @param [out] data extracted from the beacon if this packet was indeed a beacon
              * @return true if this packet is beacon, false if not
              */
-            virtual bool DecodeBeacon(const uint8_t* payload,
+            virtual uint8_t DecodeBeacon(const uint8_t* payload,
                                       size_t size,
                                       BeaconData_t& data);
             /**