Changed some debug messages in commhandler. I found it useful to print

out the port name when connecting.
merge-requests/2/head
Elliott Liggett 2021-03-12 23:16:57 -08:00
rodzic 01a2bf3ec2
commit 37ca39a8e7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -149,7 +149,7 @@ void commHandler::openPort()
if(success)
{
isConnected = true;
//qDebug(logSerial()) << "Opened port!";
qDebug(logSerial()) << "Opened port: " << portName;
return;
} else {
// debug?