mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
Use correct VFO A/B labels.
Fixes control issues with Kenwood TS-2000X.
This commit is contained in:
parent
232979946a
commit
aa23c85e01
1 changed files with 2 additions and 2 deletions
|
|
@ -1386,11 +1386,11 @@ static gboolean setup_split(GtkRigCtrl * ctrl)
|
|||
switch (ctrl->conf->vfoUp)
|
||||
{
|
||||
case VFO_A:
|
||||
buff = g_strdup("S 1 A\x0a");
|
||||
buff = g_strdup("S 1 VFOA\x0a");
|
||||
break;
|
||||
|
||||
case VFO_B:
|
||||
buff = g_strdup("S 1 B\x0a");
|
||||
buff = g_strdup("S 1 VFOB\x0a");
|
||||
break;
|
||||
|
||||
case VFO_MAIN:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue