UI Tweaks. Remove frequency restriction (causing problems). And keep track of the last message sent for later.

This commit is contained in:
Jordan Sherer
2018-07-24 21:04:04 -04:00
parent c5a6f76b1e
commit c1c7d85195
3 changed files with 32 additions and 67 deletions
+1
View File
@@ -685,6 +685,7 @@ private:
bool m_rxDirty;
int m_txFrameCount;
QString m_lastTxMessage;
QDateTime m_lastTxTime;
QQueue<QString> m_txFrameQueue;
QQueue<RXDetail> m_rxFrameQueue;