Remove 3 second sleep from icom.c powerup

pull/691/head
Mike Black W9MDB 2021-04-30 15:59:43 -05:00
rodzic a27595d71e
commit 2dd87806cf
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -6618,7 +6618,8 @@ int icom_set_powerstat(RIG *rig, powerstat_t status)
retval =
icom_transaction(rig, C_SET_PWR, pwr_sc, NULL, 0, ackbuf, &ack_len);
rs->rigport.retry = retry;
hl_usleep(3000 * 1000); // give it 3 seconds to wake up
// why was this sleep here? We'll try without it
//hl_usleep(3000 * 1000); // give it 3 seconds to wake up
break;

Wyświetl plik

@ -30,7 +30,7 @@
#include <sys/time.h>
#endif
#define BACKEND_VER "20210427"
#define BACKEND_VER "20210430"
/*
* defines used by comp_cal_str in rig.c