From a777864a0bd7ada7c47b373db4082b5e6a522c8b Mon Sep 17 00:00:00 2001 From: Elliott Liggett Date: Mon, 26 Jul 2021 09:03:09 -0700 Subject: [PATCH] Fixed error in IC-7410 attenuator spec. --- rigcommander.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigcommander.cpp b/rigcommander.cpp index 61b9c89..4c350a2 100644 --- a/rigcommander.cpp +++ b/rigcommander.cpp @@ -3100,7 +3100,7 @@ void rigCommander::determineRigCaps() rigCaps.hasATU = true; rigCaps.hasCTCSS = true; rigCaps.hasDTCS = true; - rigCaps.attenuators.push_back('\x12'); + rigCaps.attenuators.push_back('\x20'); rigCaps.preamps.push_back('\x01'); rigCaps.preamps.push_back('\x02'); rigCaps.antennas = {0x00, 0x01};