Skip to content

Commit

Permalink
"tty" check added back in
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelballantyne authored Feb 2, 2025
1 parent 1f0fdad commit 039cb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qhookermain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ void qhookerMain::SerialInit()
{
validDevices.append(info);
} else {
if(!info.portName().startsWith("tty"))
qWarning() << "Unknown device found:" << info.portName();
}
}
Expand Down

0 comments on commit 039cb73

Please sign in to comment.