Fix simic910.c

This commit is contained in:
Mike Black W9MDB 2024-09-19 09:46:34 -05:00
parent 31b625df2b
commit 5fd100f06e

View File

@ -122,6 +122,8 @@ void frameParse(int fd, unsigned char *frame, int len)
dumphex(frame, len); dumphex(frame, len);
return; return;
} }
frame[2] = 0xe0;
frame[3] = 0x60;
switch (frame[4]) switch (frame[4])
{ {