LoRaWAN demo.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
4:f83753357cdf
Parent:
2:9112445299fa
Child:
5:2d5d3124703a
Child:
7:026f8c8bcdab
--- a/main.cpp	Tue Jan 30 09:42:59 2018 +0000
+++ b/main.cpp	Mon Mar 05 16:47:22 2018 +0000
@@ -49,7 +49,9 @@
     // Enable or disable a public network
     .cfg.nw_public          = 1,
     // Uplink datarate, if adr_enable is off
-    .cfg.tx_datarate        = 0
+    .cfg.tx_datarate        = 0,
+    // ISM Band
+    .cfg.ism_band           = ISM_BAND_868,
 };
 
 // Interrupt Service Routine on button press.