From 5ab255b26b4f23ca4b6fab2a660f8cf55fcda48b Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Sat, 25 Feb 2023 10:25:38 +0200 Subject: SystemTask: Move MotorController to DisplayApp Vibrations should be associated with something happening on the UI. Therefore SystemTask should not be controlling the motor. --- src/components/alarm/AlarmController.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/alarm/AlarmController.cpp') diff --git a/src/components/alarm/AlarmController.cpp b/src/components/alarm/AlarmController.cpp index 88f65d9a..c4eb8ed0 100644 --- a/src/components/alarm/AlarmController.cpp +++ b/src/components/alarm/AlarmController.cpp @@ -104,5 +104,4 @@ void AlarmController::StopAlerting() { // set next instance ScheduleAlarm(); } - systemTask->PushMessage(System::Messages::StopRinging); } -- cgit v1.2.3-70-g09d2