kopia lustrzana https://github.com/Hamlib/Hamlib
Attempt to fix ic7851 and ic9700 power up
rodzic
f06fcca951
commit
fbfa977400
|
@ -307,9 +307,15 @@ int icom_transaction(RIG *rig, int cmd, int subcmd,
|
|||
{
|
||||
break;
|
||||
}
|
||||
hl_usleep(500*1000); // pause a half second
|
||||
}
|
||||
while (retry-- > 0);
|
||||
|
||||
if (retval != RIG_OK)
|
||||
{
|
||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: failed: %s\n", __func__, strerror(retval));
|
||||
}
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue