kopia lustrzana https://github.com/Hamlib/Hamlib
Fix twiddle_timeout
Fixes the definition of config parameter "twiddle_timeout" and the description of rig_set_twiddle().pull/1879/head
rodzic
0a06af1dde
commit
80281719f4
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue