Add serial port information to tree view

This commit is contained in:
Dan Paulat 2024-05-15 22:51:36 -05:00
parent 27b0567753
commit f263011e97
3 changed files with 145 additions and 6 deletions

View file

@ -23,6 +23,7 @@ public:
~SerialPortDialog();
std::string serial_port();
int baud_rate();
private:
class Impl;