kopia lustrzana https://github.com/Hamlib/Hamlib
Update simicom9700.c
rodzic
2a30396d70
commit
eb667185ef
|
@ -257,6 +257,11 @@ void frameParse(int fd, unsigned char *frame, int len)
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 0x18: // miscellaneous things
|
||||||
|
frame[5] = 1;
|
||||||
|
frame[6] = 0xfd;
|
||||||
|
n = write(fd, frame, 7);
|
||||||
|
break;
|
||||||
|
|
||||||
case 0x1a: // miscellaneous things
|
case 0x1a: // miscellaneous things
|
||||||
switch (frame[5])
|
switch (frame[5])
|
||||||
|
|
Ładowanie…
Reference in New Issue