kopia lustrzana https://github.com/Hamlib/Hamlib
Another fix for IC-PW2
rodzic
27643a9a0e
commit
356776f4bf
|
@ -347,7 +347,7 @@ again2:
|
|||
}
|
||||
|
||||
// IC-PW2 was sending fe fe 94 aa 1c 03
|
||||
if (sendbuf[3] != buf[2] && buf[3] != 0xaa && buf[3] != 0xe0)
|
||||
if (sendbuf[3] != buf[2] && buf[3] != 0xaa && buf[2] != 0xaa && buf[3] != 0xe0)
|
||||
{
|
||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: unknown async? read again\n", __func__);
|
||||
hl_usleep(100);
|
||||
|
|
Ładowanie…
Reference in New Issue