Simple implementation of LoRaWAN-demo-76 by Semtech.

Dependencies:   mbed LoRaWAN-lib SX1276Lib

Dependents:   simple-demo-76_revised_20171113 simple-demo-76_revised_20171208

Fork of LoRaWAN-demo-76 by Semtech

Revision:
3:9c6f7f082151
Parent:
1:352f608c3337
Child:
9:ee9dcbb9708d
--- a/board/board.h	Thu Nov 26 17:22:53 2015 +0000
+++ b/board/board.h	Thu Jan 07 15:14:22 2016 +0000
@@ -21,7 +21,7 @@
 #include "system/utilities.h"
 #include "sx1276-hal.h"
 
-#define USE_BAND_915_HYBRID
+#define USE_BAND_868
 
 extern SX1276MB1xAS Radio;
 
@@ -37,5 +37,4 @@
  */
 uint8_t BoardGetBatteryLevel( void );
 
-
 #endif // __BOARD_H__