kopia lustrzana https://github.com/Hamlib/Hamlib
Allow fd terminator for W command. Any fd value, e.g. fd, 0xfd, \0xfd will work
rodzic
3814224c89
commit
52df1e4f0a
|
@ -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)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue