diff --git a/rigcommander.cpp b/rigcommander.cpp index bb69905..610d528 100644 --- a/rigcommander.cpp +++ b/rigcommander.cpp @@ -1092,6 +1092,7 @@ void rigCommander::parseCommand() // This tells us whether we are receiving main or sub data case funcScopeSingleDual: // This tells us whether we are receiving single or dual scopes + qInfo(logRig()) << "funcScopeSingleDual" << payloadIn[0]; value.setValue(static_cast(payloadIn[0])); break; #if defined __GNUC__