Update simicom.c

pull/1130/head
Mike Black W9MDB 2022-10-12 15:30:34 -05:00
rodzic 032d37626e
commit eb9efa7200
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@
#include "../src/misc.h"
#define BUFSIZE 256
#define X25
//#define X25
int civ_731_mode = 0;
vfo_t current_vfo = RIG_VFO_A;
@ -239,6 +239,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])
{