Refactored a8 codes and added remote testing app a8_remote.

This commit is contained in:
Nffj84
2024-07-02 11:31:12 +03:00
parent c03d477c45
commit b39e58dbc1
499 changed files with 1209 additions and 463 deletions
+21 -2
View File
@@ -18,8 +18,27 @@ linux-g++ {
QMAKE_CC = clang
}
SOURCES += *.cpp
HEADERS += *.h
SOURCES += \
config.cpp \
localControl.cpp \
main.cpp \
remoteControl.cpp \
serialCommand.cpp \
serialPort.cpp \
serialResponse.cpp \
utilsCRC16.cpp \
utilsTargetLocation.cpp
HEADERS += \
config.hpp \
defines.hpp \
localControl.h \
remoteControl.h \
serialCommand.hpp \
serialPort.hpp \
serialResponse.hpp \
utilsCRC16.hpp \
utilsTargetLocation.hpp
# When using FFmpeg
#INCLUDEPATH += /usr/include/x86_64-linux-gnu