feat: serial communication with mcu and temperature charts
This commit is contained in:
@ -10,10 +10,12 @@ CONFIG += c++17 console
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
mainwindow.cpp
|
||||
mainwindow.cpp \
|
||||
mydialog.cpp
|
||||
|
||||
HEADERS += \
|
||||
mainwindow.h \
|
||||
mydialog.h \
|
||||
serial_command.h
|
||||
|
||||
FORMS += \
|
||||
|
Reference in New Issue
Block a user