mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
example 'meshtastic': fix USB mode for RAK on Windows
This commit is contained in:
parent
a7e29c13e0
commit
357c852a37
1 changed files with 2 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue