Open serial port only if not already opened.

This commit is contained in:
Gerhard Hoffmann 2023-07-06 14:31:32 +02:00
parent 85b2c1f08e
commit a41dc5403f

View File

@ -644,6 +644,7 @@ bool Update::doUpdate() {
}
bool serialOpened = false;
bool serialOpen = false;
QStringList linesToWorkOn = getLinesToWorkOn();
if (linesToWorkOn.size() == 0) {