From b1ef680dbf71edefbbef63125acc754df46dc499 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Wed, 1 Dec 2021 10:21:40 +0000 Subject: [PATCH] Another "minor" update for RX only rigs --- wfmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfmain.cpp b/wfmain.cpp index 664a4b8..4e24eac 100644 --- a/wfmain.cpp +++ b/wfmain.cpp @@ -2245,9 +2245,9 @@ void wfmain:: getInitialRigState() if (rigCaps.hasTransmit) { issueDelayedCommand(cmdGetTxPower); + issueDelayedCommand(cmdGetCurrentModLevel); // level for currently selected mod sources } - issueDelayedCommand(cmdGetCurrentModLevel); // level for currently selected mod sources issueDelayedCommand(cmdGetSpectrumRefLevel); issueDelayedCommand(cmdGetDuplexMode);