example 'meshtastic': fix USB mode for RAK on Windows

This commit is contained in:
pls.153 2024-05-21 20:25:14 +02:00
parent a7e29c13e0
commit 357c852a37

View file

@ -58,6 +58,8 @@ done:
qDebug() << "USB: unable to open port" << portName();
} else {
ready = true;
setDataTerminalReady(true);
setRequestToSend(true);
if (!con->backgroundMode) {
con->setReady(QVariant(QVariantList() << true));
}