Another "minor" update for RX only rigs

This commit is contained in:
Phil Taylor 2021-12-01 10:21:40 +00:00
parent 887d5b5858
commit acca66ef77

View file

@ -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);