From c0b5d7982a409b0e9797ad90e86c264710f2bb4a Mon Sep 17 00:00:00 2001 From: PianetaRadio <78976006+PianetaRadio@users.noreply.github.com> Date: Sun, 20 Mar 2022 21:03:30 +0100 Subject: [PATCH] Update FT3000 caps with agc levels --- rigs/yaesu/ft3000.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rigs/yaesu/ft3000.c b/rigs/yaesu/ft3000.c index 6e918a3ab..a338605f9 100644 --- a/rigs/yaesu/ft3000.c +++ b/rigs/yaesu/ft3000.c @@ -282,6 +282,8 @@ const struct rig_caps ftdx3000_caps = .max_rit = Hz(9999), .max_xit = Hz(9999), .max_ifshift = Hz(1000), + .agc_level_count = 5, + .agc_levels = { RIG_AGC_OFF, RIG_AGC_FAST, RIG_AGC_MEDIUM, RIG_AGC_SLOW, RIG_AGC_AUTO }, .vfo_ops = FTDX5000_VFO_OPS, .targetable_vfo = RIG_TARGETABLE_FREQ, /* one of the few diffs from the 5000 */ .transceive = RIG_TRN_OFF, /* May enable later as the 5000 has an Auto Info command */