Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: modem_ref_helper_for_v5_3_217
Diff: include/lora.h
- Revision:
- 22:db4d6bef62f3
- Parent:
- 19:701d5669f2e9
- Child:
- 27:918293e12f1b
--- 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 --------------------------------------------------------*/