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:
Bill Somerville 2014-07-27 21:14:33 +00:00
parent a66780bf0e
commit a3502777b9

View File

@ -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: