mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 11:38:34 -04:00
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
This commit is contained in:
commit
6e5efdfda2
@ -18,7 +18,7 @@ namespace
|
||||
|
||||
// some commands require a settling time, particularly "RX A" and
|
||||
// "RX B" on the Yaesu FTdx3000.
|
||||
int constexpr yaesu_delay {250};
|
||||
int constexpr yaesu_delay {350};
|
||||
}
|
||||
|
||||
#include "moc_HRDTransceiver.cpp"
|
||||
@ -1124,7 +1124,7 @@ QByteArray HRDTransceiver::read_reply (QString const& cmd)
|
||||
{
|
||||
// waitForReadReady appears to be occasionally unreliable on Windows
|
||||
// timing out when data is waiting so retry a few times
|
||||
unsigned retries {3};
|
||||
unsigned retries {30};
|
||||
bool replied {false};
|
||||
while (!replied && retries--)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user