mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-25 11:34:26 -04:00
Rig polling not detecting changes against cached values correctly
The PollingTransceiver class was not dealing with frequency change commands correctly when the mode was not specified. Improved some diagnostic messages. Only leave transmit mode when PTT is seen to drop. Merged from wsjtx-1.4 branch. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4886 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ protected:
|
||||
void update_mode (MODE);
|
||||
void update_PTT (bool = true);
|
||||
|
||||
// Calling this triggers the Transceiver::update(State) signal.
|
||||
// Calling this eventually triggers the Transceiver::update(State) signal.
|
||||
void update_complete ();
|
||||
|
||||
// sub class may asynchronously take the rig offline by calling this
|
||||
|
||||
Reference in New Issue
Block a user