Only sleep on power on for Yaesu rigs

pull/468/head
Michael Black W9MDB 2020-12-09 16:17:03 -06:00
rodzic 79e2263dfb
commit 679c84f3ee
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2872,7 +2872,7 @@ int newcat_set_powerstat(RIG *rig, powerstat_t status)
err = write_block(&state->rigport, priv->cmd_str, strlen(priv->cmd_str));
hl_usleep(1000000); // give it a second to turn on
if (ps) hl_usleep(1000000); // give it a second to turn on
return err;
}