Update simts950 and simts990

pull/1432/head
Mike Black W9MDB 2023-11-18 10:39:58 -06:00
rodzic eff7d97c64
commit bb87d92f43
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -391,6 +391,10 @@ int main(int argc, char *argv[])
continue;
}
else if (strcmp(buf, "RX;") == 0)
{
ptt = ptt_mic = ptt_data = ptt_tune = 0;
}
else if (strlen(buf) > 0)
{
fprintf(stderr, "Unknown command: %s\n", buf);

Wyświetl plik

@ -394,6 +394,10 @@ int main(int argc, char *argv[])
{
continue;
}
else if (strcmp(buf, "RX;") == 0)
{
ptt = ptt_mic = ptt_data = ptt_tune = 0;
}
else if (strncmp(buf, "TX", 2) == 0)
{
ptt = ptt_mic = ptt_data = ptt_tune = 0;