mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-01 08:07:10 -04:00
Use default PTT type in Hamlib when CAT is selected.
Hamlib knows for each rig back-end which type of PTT switching is available, we don't need to set it as the default is always correct. Setting it to "RIG" was disabling the ability to use the rear audio input select version of CAT PTT on rigs that support it e.g. Kenwood TS-590s. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4224 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a66780bf0e
commit
a3502777b9
@ -208,7 +208,8 @@ HamlibTransceiver::HamlibTransceiver (int model_number
|
||||
break;
|
||||
|
||||
case TransceiverFactory::PTT_method_CAT:
|
||||
set_conf ("ptt_type", "RIG");
|
||||
// Use the default PTT_TYPE for the rig (defined in the Hamlib
|
||||
// rig back-end capabilities).
|
||||
break;
|
||||
|
||||
case TransceiverFactory::PTT_method_DTR:
|
||||
|
Loading…
Reference in New Issue
Block a user