kopia lustrzana https://github.com/Hamlib/Hamlib
Speed up timeout during rig_open by not doing any retries
https://github.com/Hamlib/Hamlib/issues/1282pull/1289/head^2
rodzic
6285c4a6b8
commit
f03b03878e
|
@ -1272,7 +1272,7 @@ int HAMLIB_API rig_open(RIG *rig)
|
|||
* In case of failure, just close down and report error code.
|
||||
*/
|
||||
int retry_save = rs->rigport.retry;
|
||||
rs->rigport.retry = 1;
|
||||
rs->rigport.retry = 0;
|
||||
|
||||
if (caps->rig_open != NULL)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue