Dan Fay / SX1276GenericLib
Revision:
31:e50929bd3f32
Parent:
22:7f3aab69cca9
Child:
33:5db0d1e716b1
diff -r d7e36d83ec9d -r e50929bd3f32 enums/enums.h
--- a/enums/enums.h	Thu Apr 27 22:33:38 2017 +0200
+++ b/enums/enums.h	Mon May 01 11:43:25 2017 +0200
@@ -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;
 
 /*!