feat: serial communication with mcu and temperature charts

This commit is contained in:
2024-11-28 04:04:59 +08:00
parent 3f60026f3c
commit 3eebd8fe52
6 changed files with 211 additions and 14 deletions

View File

@ -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 += \