From db5d4704cc4a7361c80d1eab199af268364545c7 Mon Sep 17 00:00:00 2001 From: Jan Hustak Date: Sun, 20 Oct 2024 12:01:36 +0200 Subject: StopWatch: add persistence # Conflicts: # src/displayapp/screens/StopWatch.h --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 78ff2d6a..43aa1d15 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -469,6 +469,7 @@ list(APPEND SOURCE_FILES components/motor/MotorController.cpp components/settings/Settings.cpp components/timer/Timer.cpp + components/stopwatch/StopWatchController.cpp components/alarm/AlarmController.cpp components/fs/FS.cpp drivers/Cst816s.cpp @@ -538,6 +539,7 @@ list(APPEND RECOVERY_SOURCE_FILES components/firmwarevalidator/FirmwareValidator.cpp components/settings/Settings.cpp components/timer/Timer.cpp + components/stopwatch/StopWatchController.cpp components/alarm/AlarmController.cpp drivers/Cst816s.cpp FreeRTOS/port.c @@ -657,6 +659,7 @@ set(INCLUDE_FILES components/ble/SimpleWeatherService.h components/settings/Settings.h components/timer/Timer.h + components/stopwatch/StopWatchController.h components/alarm/AlarmController.h drivers/Cst816s.h FreeRTOS/portmacro.h -- cgit v1.2.3-70-g09d2