New touch handler, with issues
This commit is contained in:
@@ -495,6 +495,8 @@ list(APPEND SOURCE_FILES
|
||||
components/heartrate/Biquad.cpp
|
||||
components/heartrate/Ptagc.cpp
|
||||
components/heartrate/HeartRateController.cpp
|
||||
|
||||
touchhandler/TouchHandler.cpp
|
||||
)
|
||||
|
||||
list(APPEND RECOVERY_SOURCE_FILES
|
||||
@@ -552,6 +554,7 @@ list(APPEND RECOVERY_SOURCE_FILES
|
||||
components/heartrate/Ptagc.cpp
|
||||
components/motor/MotorController.cpp
|
||||
components/fs/FS.cpp
|
||||
touchhandler/TouchHandler.cpp
|
||||
)
|
||||
|
||||
list(APPEND RECOVERYLOADER_SOURCE_FILES
|
||||
@@ -660,6 +663,7 @@ set(INCLUDE_FILES
|
||||
components/heartrate/Ptagc.h
|
||||
components/heartrate/HeartRateController.h
|
||||
components/motor/MotorController.h
|
||||
touchhandler/TouchHandler.h
|
||||
)
|
||||
|
||||
include_directories(
|
||||
|
Reference in New Issue
Block a user