Exportable version of WizziLab's modem driver.

Dependents:   modem_ref_helper

Revision:
27:918293e12f1b
Parent:
22:db4d6bef62f3
Child:
35:ac940cf8ebe6
--- a/include/lora.h	Mon Mar 05 09:55:27 2018 +0000
+++ b/include/lora.h	Mon Mar 05 16:46:05 2018 +0000
@@ -87,8 +87,8 @@
     u8  adr_enable;
     // Uplink datarate, if adr_enable is off
     s8  tx_datarate;
-    // ISM Band (Not used yet, only 868MHz)
-    //u8  ism_band;
+    // ISM Band
+    u8  ism_band;
 } lwan_cfg_t;
 
 /* Exported constants --------------------------------------------------------*/