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:12:19 2017 -0400
Branch:
class_b
Parent:
41:b0d67ca11bdf
Child:
46:3e25cc2356de
Commit message:
Enable US915 Beacon setup

Changed in this revision

region/Region.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/region/Region.cpp	Tue Aug 15 17:11:08 2017 -0400
+++ b/region/Region.cpp	Tue Aug 15 17:12:19 2017 -0400
@@ -490,7 +490,7 @@
 #define US915_CHANNEL_REMOVE( )                    US915_CASE { return RegionUS915ChannelsRemove( channelRemove ); }
 #define US915_SET_CONTINUOUS_WAVE( )               US915_CASE { RegionUS915SetContinuousWave( continuousWave ); break; }
 #define US915_APPLY_DR_OFFSET( )                   US915_CASE { return RegionUS915ApplyDrOffset( downlinkDwellTime, dr, drOffset ); }
-#define US915_RX_BEACON_SETUP( )
+#define US915_RX_BEACON_SETUP( )                   US915_CASE { RegionUS915RxBeaconSetup( rxBeaconSetup, outDr, beaconChannelSet ); }
 #else
 #define US915_IS_ACTIVE( )
 #define US915_GET_PHY_PARAM( )