Update simxiegug90.c

pull/1522/head
Mike Black W9MDB 2024-02-20 12:06:34 -06:00
rodzic 911692c715
commit c23948c8f4
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -277,6 +277,13 @@ void frameParse(int fd, unsigned char *frame, int len)
write(fd, frame, 7);
break;
#endif
case 0x19:
frame[6] = 0x00;
frame[7] = 0x80;
frame[8] = 0xfd;
write(fd, frame, 9);
break;
case 0x1a: // miscellaneous things
switch (frame[5])