merge-requests/5/merge
Phil Taylor 2021-08-07 10:04:16 +01:00
rodzic 73e29cd0fd
commit 9ca39a0676
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -483,16 +483,16 @@ void rigCtlClient::socketReadyRead()
{
setCommand = true;
}
else if (command[0] == "z" || command[0] == "get_zit")
else if (command[0] == "z" || command[0] == "get_xit")
{
QString resp;
if (longReply) {
resp.append("ZIT: ");
resp.append("XIT: ");
}
resp.append(QString("%1").arg(0));
response.append(resp);
}
else if (command[0] == "Z" || command[0] == "set_zit")
else if (command[0] == "Z" || command[0] == "set_xit")
{
setCommand = true;
}