From 80281719f4aaee97e2fbcbfccc52c428a807005d Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Sun, 31 Aug 2025 09:51:11 +0200 Subject: [PATCH] Fix twiddle_timeout Fixes the definition of config parameter "twiddle_timeout" and the description of rig_set_twiddle(). --- src/conf.c | 2 +- src/rig.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/conf.c b/src/conf.c index ef845dcde..d9cb1f888 100644 --- a/src/conf.c +++ b/src/conf.c @@ -175,7 +175,7 @@ static const struct confparams frontend_cfg_params[] = { TOK_TWIDDLE_TIMEOUT, "twiddle_timeout", "Timeout(secs) to resume VFO polling when twiddling VFO", "For satellite ops when VFOB is twiddled will pause VFOB commands until timeout", - "Unset", RIG_CONF_COMBO, { .c = {{ "Unset", "ON", "OFF", NULL }} } + "0", RIG_CONF_NUMERIC, { .n = { 0, 100, 1 } } }, { TOK_TWIDDLE_RIT, "twiddle_rit", "RIT twiddle", diff --git a/src/rig.c b/src/rig.c index 4807011db..e7cea674c 100644 --- a/src/rig.c +++ b/src/rig.c @@ -1918,7 +1918,6 @@ int HAMLIB_API rig_cleanup(RIG *rig) * \param seconds The timeout to set to * * timeout seconds to stop rigctld when VFO is manually changed - * turns on/off the radio. * * \return RIG_OK if the operation has been successful, otherwise * a negative value if an error occurred (in which case, cause is