Update rigcommander.cpp

merge-requests/22/merge
Phil Taylor 2024-01-29 14:47:40 +00:00
rodzic ea43618591
commit 35c97be0e0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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<bool>(payloadIn[0]));
break;
#if defined __GNUC__