kopia lustrzana https://github.com/Hamlib/Hamlib
In icom.c show poweron with OK retval
rodzic
67344a66a7
commit
9528132f81
|
@ -8079,6 +8079,7 @@ int icom_set_powerstat(RIG *rig, powerstat_t status)
|
|||
|
||||
if (retval != RIG_OK) { sleep(1); }
|
||||
}
|
||||
if (retval == RIG_OK) priv->poweron = 1;
|
||||
|
||||
return RIG_OK;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue