Added code to force IC-736 to rigID

merge-requests/7/head
Elliott Liggett 2021-11-04 20:17:50 -07:00
rodzic f44dd4bda2
commit 12d202cbcd
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -231,6 +231,9 @@ void rigCommander::findRigs()
data.append(payloadSuffix);
emit dataForComm(data);
// HACK for testing radios that do not respond to rig ID queries:
//this->model = model736;
//this->determineRigCaps();
return;
}