In rigctl_parse.c change default YAESU to be non-binary for 'w' command

https://github.com/Hamlib/Hamlib/issues/239
pull/252/head
Michael Black W9MDB 2020-05-12 08:33:36 -05:00
rodzic 366c60020b
commit d76de484a7
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -4287,7 +4287,7 @@ declare_proto_rig(send_cmd)
// need to move the eom_buf to rig-specifc backends
// we'll let KENWOOD backends use the ; char in the rigctl commands
if (backend_num == RIG_KENWOOD)
if (backend_num == RIG_KENWOOD || backend_num == RIG_YAESU)
{
rig_debug(RIG_DEBUG_TRACE, "%s: KENWOOD\n", __func__);
eom_buf[0] = 0;
@ -4297,7 +4297,6 @@ declare_proto_rig(send_cmd)
rig_debug(RIG_DEBUG_TRACE, "%s: arg1=%s\n", __func__, arg1);
if (send_cmd_term == -1
|| backend_num == RIG_YAESU
|| backend_num == RIG_ICOM
|| backend_num == RIG_KACHINA
|| backend_num == RIG_MICROTUNE