Merge branch 'audio-enhance'

merge-requests/6/head
Roeland Jansen 2021-08-07 12:21:22 +02:00
commit 932089285d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -287,7 +287,7 @@ void rigCtlClient::socketReadyRead()
responseCode = -1;
}
}
else if (command.length() > 1 & (command[0] == "T" || command[0] == "set_ptt"))
else if (command.length() > 1 && (command[0] == "T" || command[0] == "set_ptt"))
{
setCommand = true;
if (rigCaps.hasPTTCommand) {