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.
Fork of SX1272Lib by
Diff: enums/enums.h
- Revision:
- 7:b988b60083a1
- Parent:
- 2:cd1093b6676f
diff -r cd1093b6676f -r b988b60083a1 enums/enums.h
--- a/enums/enums.h	Wed Feb 17 09:17:18 2016 +0000
+++ b/enums/enums.h	Mon Apr 24 09:26:08 2017 +0000
@@ -64,6 +64,7 @@
     bool     IqInverted;
     bool     RxContinuous;
     uint32_t TxTimeout;
+    uint32_t RxSingleTimeout;
 }RadioFskSettings_t;
 
 /*!
@@ -101,6 +102,7 @@
     bool     IqInverted;
     bool     RxContinuous;
     uint32_t TxTimeout;
+    bool     PublicNetwork;
 }RadioLoRaSettings_t;
 
 /*!
    