Only sleep on power on for Yaesu rigs

(cherry picked from commit 679c84f3ee)
Hamlib-4.0
Michael Black W9MDB 2020-12-09 16:17:03 -06:00 zatwierdzone przez Nate Bargmann
rodzic e7c0239791
commit d3a632f6b4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F72625E2EDBED598
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;
}