kopia lustrzana https://github.com/Hamlib/Hamlib
Merge GitHub PR #1879
commit
7180eb7da6
|
@ -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",
|
||||
"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",
|
||||
|
|
|
@ -1894,7 +1894,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