Single frequency lora node framework

Dependents:   simple-demo-76_revised_20171113 Lora_with_GPS Lora_with_GPS_crashing Dinghy_RaceTrak_Node_GPS_with_LoRa ... more

Fork of SX1276Lib by Semtech

Revision:
26:d09a8ef807e2
Parent:
22:7f3aab69cca9
--- a/enums/enums.h	Thu Nov 26 16:55:15 2015 +0000
+++ b/enums/enums.h	Mon Apr 24 09:26:23 2017 +0000
@@ -62,6 +62,7 @@
     bool     IqInverted;
     bool     RxContinuous;
     uint32_t TxTimeout;
+    uint32_t RxSingleTimeout;
 }RadioFskSettings_t;
 
 /*!
@@ -99,6 +100,7 @@
     bool     IqInverted;
     bool     RxContinuous;
     uint32_t TxTimeout;
+    bool     PublicNetwork;
 }RadioLoRaSettings_t;
 
 /*!