Fix model name in TCI

creator-widgets
Phil Taylor 2024-04-10 15:44:01 +01:00
rodzic d73362d531
commit de38415cc6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -172,7 +172,7 @@ void tciServer::onNewConnection()
qInfo() << "TCI client connected:" << pSocket;
clients.insert(pSocket,connStatus());
pSocket->sendTextMessage(QString("protocol:WFVIEW,1.5;\n"));
pSocket->sendTextMessage(QString("device:WFVIEW;\n"));
pSocket->sendTextMessage(QString("device:%0;\n").arg(rigCaps->modelName));
pSocket->sendTextMessage(QString("receive_only:%0;\n").arg(rigCaps->hasTransmit?"false":"true"));
pSocket->sendTextMessage(QString("trx_count:1;\n"));
pSocket->sendTextMessage(QString("channel_count:1;\n"));