Driver for the SX1276 RF Transceiver(Updated to work with nucleo, tested with L073RZ)
Fork of SX1276Lib by
Diff: enums/enums.h
- 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; /*!