From 544fcf719440e641285f30ada4c268f33dd36f60 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Wed, 3 Nov 2021 13:39:53 -0500 Subject: [PATCH] Fix newcat_set_tx_vfo to use 2/3 instead of 0/1 -- need to check all other Yaesu rigs https://github.com/Hamlib/Hamlib/issues/838 --- rigs/yaesu/newcat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index 36719e856..849e5a472 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -6849,12 +6849,12 @@ int newcat_set_tx_vfo(RIG *rig, vfo_t tx_vfo) { case RIG_VFO_A: case RIG_VFO_MAIN: - p1 = '0'; + p1 = '2'; break; case RIG_VFO_B: case RIG_VFO_SUB: - p1 = '1'; + p1 = '3'; break; case RIG_VFO_MEM: