kopia lustrzana https://github.com/Hamlib/Hamlib
Invalid roofing filter choice leads to question mark response
rodzic
bb71728ebe
commit
d4e434fa20
|
@ -6298,7 +6298,11 @@ static int set_roofing_filter(RIG *rig, vfo_t vfo, int index)
|
||||||
|
|
||||||
snprintf(priv->cmd_str, sizeof(priv->cmd_str), "RF%c%c%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)))
|
priv->question_mark_response_means_rejected = 1;
|
||||||
|
err = newcat_set_cmd(rig);
|
||||||
|
priv->question_mark_response_means_rejected = 0;
|
||||||
|
|
||||||
|
if (RIG_OK != err)
|
||||||
{
|
{
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue