Add the ability to parse '1' in parse_vfo for gpredict 'S 1 1' and 'S 0 1' command

https://github.com/Hamlib/Hamlib/issues/1362
pull/1349/head
Mike Black W9MDB 2023-08-14 16:15:03 -05:00
rodzic 2bc28f2dea
commit 5062d565a9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -625,6 +625,7 @@ static const struct
{ RIG_VFO_NONE, "None" },
{ RIG_VFO_OTHER, "otherVFO" },
{ RIG_VFO_ALL, "AllVFOs" },
{ RIG_VFO_A, "1" }, // to make gpredict happy in set_toggle
{ 0xffffffff, "" },
};