123

Revision:
26:4876e515ff4c
Parent:
12:bda42457c34a
Child:
27:da6341d9d5b1
--- a/sx127x_fsk.h	Thu Oct 22 01:27:18 2015 +0000
+++ b/sx127x_fsk.h	Mon Jul 18 21:13:50 2016 +0000
@@ -313,9 +313,12 @@
         RegTimerResol_t      RegTimerResol;       // 0x38
         RegImageCal_t        RegImageCal;         // 0x3b
         
+        bool tx_done_sleep; // false:go to standby after tx done, true:sleep
+        
         SX127x& m_xcvr;
         
     private:
+        unsigned int bit_period_us;
         uint32_t ComputeRxBw( uint8_t mantisse, uint8_t exponent );
         void ComputeRxBwMantExp( uint32_t rxBwValue, uint8_t* mantisse, uint8_t* exponent );