pull/1880/head
Nate Bargmann 2025-09-01 13:20:11 -05:00
commit 7180eb7da6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FB2C5130D55A8819
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -174,7 +174,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

@ -1894,7 +1894,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