Added better handling for command line parameters

This commit is contained in:
Nffj84
2024-07-04 12:33:32 +03:00
parent ed53266ca3
commit d377a626e2
3 changed files with 27 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class SerialPort : public QObject
Q_OBJECT
public:
SerialPort();
SerialPort(QString usePort);
~SerialPort();
bool openPort();