kopia lustrzana https://github.com/Hamlib/Hamlib
Fix simic910.c
rodzic
31b625df2b
commit
5fd100f06e
|
@ -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])
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue