From b0df007d6b33d46f01bfb03d7c1c92f9f713f035 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Tue, 4 Jun 2024 23:38:41 -0500 Subject: [PATCH] Change SmartSDR to TARGETALB_FREQ Still need to figure out how to set VFOB --- rigs/flexradio/smartsdr_caps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigs/flexradio/smartsdr_caps.h b/rigs/flexradio/smartsdr_caps.h index 45c8de110..e5df3ba96 100644 --- a/rigs/flexradio/smartsdr_caps.h +++ b/rigs/flexradio/smartsdr_caps.h @@ -3,7 +3,7 @@ .copyright = "LGPL", .status = RIG_STATUS_BETA, .rig_type = RIG_TYPE_TRANSCEIVER, - .targetable_vfo = 0, + .targetable_vfo = RIG_TARGETABLE_FREQ, .ptt_type = RIG_PTT_RIG, .port_type = RIG_PORT_NETWORK, .write_delay = 0,