Change newcat.c RIG_FUNC_TUNER to send AC001 instead of AC002 to turn off TUNE

G TUNE 1 is used to start tuning
pull/441/head
Michael Black W9MDB 2020-11-11 16:40:06 -06:00
rodzic 6ecaed955f
commit cf3b528ea7
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -4884,9 +4884,6 @@ int newcat_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
return -RIG_ENAVAIL;
}
// some rigs use AC02 to actually start tuning
if (status == 1 && (is_ftdx101 || is_ftdx5000)) { status = 2; }
snprintf(priv->cmd_str, sizeof(priv->cmd_str), "AC00%d%c",
status == 0 ? 0 : status,
cat_term);