From a3502777b9ab4e7215ad37263d3bdcc7af58cda6 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 27 Jul 2014 21:14:33 +0000 Subject: [PATCH] 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 --- HamlibTransceiver.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HamlibTransceiver.cpp b/HamlibTransceiver.cpp index 13a65f898..bdc2b9626 100644 --- a/HamlibTransceiver.cpp +++ b/HamlibTransceiver.cpp @@ -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: