kopia lustrzana https://github.com/Hamlib/Hamlib
Fix roofing filter command format
rodzic
d306b34e2f
commit
24775b40fe
|
@ -6295,7 +6295,7 @@ static int set_roofing_filter(RIG *rig, vfo_t vfo, int index)
|
|||
return -RIG_EINVAL;
|
||||
}
|
||||
|
||||
snprintf(priv->cmd_str, sizeof(priv->cmd_str), "RF%c%1d%c", main_sub_vfo, roofing_filter_choice, cat_term);
|
||||
snprintf(priv->cmd_str, sizeof(priv->cmd_str), "RF%c%c%c", main_sub_vfo, roofing_filter_choice, cat_term);
|
||||
|
||||
if (RIG_OK != (err = newcat_set_cmd(rig)))
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue