Fork of Semtech LoRaWAN stack

Fork of LoRaWAN-lib by canuck lehead

Files at this revision

API Documentation at this revision

Comitter:
Shaun Nelson
Date:
Tue Aug 15 17:11:08 2017 -0400
Branch:
class_b
Parent:
40:f7ce84dc9363
Child:
42:c827c9e89260
Commit message:
Change Beacon Datarate DR_8 -> DR_10

Changed in this revision

region/RegionUS915.h Show annotated file Show diff for this revision Revisions of this file
--- a/region/RegionUS915.h	Tue Aug 15 17:10:25 2017 -0400
+++ b/region/RegionUS915.h	Tue Aug 15 17:11:08 2017 -0400
@@ -248,7 +248,8 @@
 /*!
  * Datarate of the beacon channel
  */
-#define US915_BEACON_CHANNEL_DR                     DR_8
+//#define US915_BEACON_CHANNEL_DR                     DR_8
+#define US915_BEACON_CHANNEL_DR                       DR_10
 
 /*!
  * Bandwith of the beacon channel
@@ -533,6 +534,8 @@
  */
 uint8_t RegionUS915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
 
+void RegionUS915RxBeaconSetup( RxBeaconSetup_t* rxBeaconSetup, uint8_t* outDr, bool *beaconChannelSet );
+
 /*! \} defgroup REGIONUS915 */
 
 #endif // __REGION_US915_H__