Fix COMP func again

pull/426/head
Mikael Nousiainen 2020-10-23 10:06:11 +03:00
rodzic f2d89ab7ce
commit df61e2ec71
1 zmienionych plików z 1 dodań i 8 usunięć

Wyświetl plik

@ -4195,14 +4195,7 @@ int newcat_get_func(RIG *rig, vfo_t vfo, setting_t func, int *status)
break;
case RIG_FUNC_COMP:
if (is_ft1200 || is_ft3000 || is_ft891 || is_ft991 || is_ft101)
{
*status = (retfunc[1] == '1') ? 1 : 0;
}
else
{
*status = (retfunc[0] == '0') ? 0 : 1;
}
*status = (retfunc[0] == '0') ? 0 : 1;
break;
case RIG_FUNC_MON: