Allow fd terminator for W command. Any fd value, e.g. fd, 0xfd, \0xfd will work

pull/1347/head
Mike Black W9MDB 2023-07-17 09:28:37 -05:00
rodzic 3814224c89
commit 52df1e4f0a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -5007,6 +5007,7 @@ declare_proto_rig(send_cmd)
}
if (arg2[0] == ';') { eom_buf[0] = ';'; }
else if (strstr(arg2,"fd")) eom_buf[0] = 0xfd; // ICOM answer terminator
if (simulate)
{