Exportable version of WizziLab's modem driver.

Dependents:   modem_ref_helper

Revision:
22:db4d6bef62f3
Parent:
19:701d5669f2e9
Child:
27:918293e12f1b
diff -r d5018a680915 -r db4d6bef62f3 include/lora.h
--- a/include/lora.h	Thu Dec 14 19:16:25 2017 +0000
+++ b/include/lora.h	Thu Dec 21 14:30:17 2017 +0000
@@ -87,8 +87,8 @@
     u8  adr_enable;
     // Uplink datarate, if adr_enable is off
     s8  tx_datarate;
-    // ISM Band
-    u8  ism_band;
+    // ISM Band (Not used yet, only 868MHz)
+    //u8  ism_band;
 } lwan_cfg_t;
 
 /* Exported constants --------------------------------------------------------*/