In icom.c show poweron with OK retval

pull/1297/head
Mike Black W9MDB 2023-05-19 23:44:51 -05:00
rodzic 67344a66a7
commit 9528132f81
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -8079,6 +8079,7 @@ int icom_set_powerstat(RIG *rig, powerstat_t status)
if (retval != RIG_OK) { sleep(1); }
}
if (retval == RIG_OK) priv->poweron = 1;
return RIG_OK;
}