Restore audio frequency after responding to allcall or transmitting beacon

This commit is contained in:
Jordan Sherer
2018-07-21 17:50:33 -04:00
parent 95e75741ed
commit 1b2f8a1c6c
2 changed files with 21 additions and 1 deletions
+2
View File
@@ -691,6 +691,8 @@ private:
QMap<int, QList<ActivityDetail>> m_bandActivity; // freq -> [(text, last timestamp), ...]
QMap<QString, CallDetail> m_callActivity; // call -> (last freq, last timestamp)
QSet<QString> m_callSeenBeacon; // call
int m_previousFreq;
bool m_shouldRestoreFreq;
QMap<QString,FoxQSO> m_foxQSO;
QMap<QString,QString> m_loggedByFox;