From aef70172f087e2518529cc48351ae65a731dc0de Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Thu, 18 Feb 2021 06:57:40 -0600 Subject: [PATCH] Add twiddle_rit rig option https://github.com/Hamlib/Hamlib/issues/444 --- include/hamlib/rig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index b943901fb..b49b36206 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -2205,6 +2205,7 @@ struct rig_state { int power_min; /*!< Minimum RF power level in rig units */ int power_max; /*!< Maximum RF power level in rig units */ unsigned char disable_yaesu_bandselect; /*!< Disables Yaeus band select logic */ + int twiddle_rit; /*!< Suppresses VFOB reading (cached value used) so RIT control can be used */ }; //! @cond Doxygen_Suppress