From d6110a8b8bb8f62c745556a2784a57334d80f467 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Fri, 12 Nov 2021 22:56:33 -0600 Subject: [PATCH] Add rx_vfo to state structure More to be added to implement this https://github.com/Hamlib/Hamlib/issues/866 --- include/hamlib/rig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 0270a1aae..45c3a963c 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -2388,6 +2388,7 @@ struct rig_state { 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 */ int twiddle_state; /*!< keeps track of twiddle status */ + vfo_t rx_vfo; /*!< Rx VFO currently set */ }; //! @cond Doxygen_Suppress