Fix twiddle_timeout

Fixes the definition of config parameter "twiddle_timeout" and
the description of rig_set_twiddle().
pull/1879/head
Daniele Forsi IU5HKX 2025-08-31 09:51:11 +02:00
rodzic 0a06af1dde
commit 80281719f4
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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", 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", "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", TOK_TWIDDLE_RIT, "twiddle_rit", "RIT twiddle",

Wyświetl plik

@ -1918,7 +1918,6 @@ int HAMLIB_API rig_cleanup(RIG *rig)
* \param seconds The timeout to set to * \param seconds The timeout to set to
* *
* timeout seconds to stop rigctld when VFO is manually changed * 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 * \return RIG_OK if the operation has been successful, otherwise
* a negative value if an error occurred (in which case, cause is * a negative value if an error occurred (in which case, cause is