mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Update simicom9700.c
This commit is contained in:
parent
2a30396d70
commit
eb667185ef
1 changed files with 5 additions and 0 deletions
|
|
@ -257,6 +257,11 @@ void frameParse(int fd, unsigned char *frame, int len)
|
|||
|
||||
break;
|
||||
|
||||
case 0x18: // miscellaneous things
|
||||
frame[5] = 1;
|
||||
frame[6] = 0xfd;
|
||||
n = write(fd, frame, 7);
|
||||
break;
|
||||
|
||||
case 0x1a: // miscellaneous things
|
||||
switch (frame[5])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue