The Elecraft K3 is very picky about going to split mode

We have to ensure  that the band and mode along  with the frequency of
both VFOs is set before attempting to enable split mode.

Merged from wsjtx-1.4 branch.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4879 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2015-01-02 21:49:41 +00:00
parent 7d02ab0e10
commit 142f9eb2bd
2 changed files with 47 additions and 15 deletions
+3
View File
@@ -66,6 +66,9 @@ class HamlibTransceiver final
bool mutable reversed_;
bool split_query_works_;
bool tickle_hamlib_; // Hamlib requires a
// rig_set_split_vfo() call to
// establish the Tx VFO
};
#endif