Another fix for IC-PW2

pull/1630/head
Mike Black W9MDB 2024-11-11 16:32:04 -06:00
rodzic 7a98365c15
commit 27643a9a0e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -347,7 +347,7 @@ again2:
}
// IC-PW2 was sending fe fe 94 aa 1c 03
if (sendbuf[3] != buf[2] && buf[3] != 0xaa)
if (sendbuf[3] != buf[2] && buf[3] != 0xaa && buf[3] != 0xe0)
{
rig_debug(RIG_DEBUG_VERBOSE, "%s: unknown async? read again\n", __func__);
hl_usleep(100);