From e0639169a924aef6c5b7c8cbb840d9d6898981d4 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Tue, 24 Jan 2023 16:05:58 +0100 Subject: [PATCH] This is needed for the few rigs that understand "set_vfo" but not "get_vfo" (like the FT-736); patch by Mike W9MDB. --- Transceiver/HamlibTransceiver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transceiver/HamlibTransceiver.cpp b/Transceiver/HamlibTransceiver.cpp index 32ea283ea..12d420e32 100644 --- a/Transceiver/HamlibTransceiver.cpp +++ b/Transceiver/HamlibTransceiver.cpp @@ -659,7 +659,7 @@ int HamlibTransceiver::do_start () rmode_t mb; pbwidth_t w {RIG_PASSBAND_NORMAL}; pbwidth_t wb; - if (m_->freq_query_works_ + if (m_->freq_query_works_ && m_->mode_query_works_ && (!m_->get_vfo_works_ || !rig_get_function_ptr (m_->model_, RIG_FUNCTION_GET_VFO))) { // Icom have deficient CAT protocol with no way of reading which