pull/1628/head
Mike Black W9MDB 2024-11-04 16:45:23 -06:00
rodzic 4e4c82e83c
commit ad70cc0ba4
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -648,6 +648,10 @@ int main(int argc, char **argv)
if (powerstat) if (powerstat)
{ {
unsigned char tmp = buf[2];
buf[2] = buf[3];
buf[3] = tmp;
frameParse(fd, buf, len); frameParse(fd, buf, len);
} }
else else