Smarter beacon scheduling for when editing a message or have recently transmitted

This commit is contained in:
Jordan Sherer
2018-07-18 09:04:58 -04:00
parent 77eb65d6b3
commit 7845736c05
2 changed files with 13 additions and 3 deletions
+1
View File
@@ -674,6 +674,7 @@ private:
bool m_rxDirty;
int m_txFrameCount;
QDateTime m_lastTxTime;
QQueue<QString> m_txFrameQueue;
QQueue<RXDetail> m_rxFrameQueue;
QQueue<CommandDetail> m_rxCommandQueue;