diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-02-25 10:25:38 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-02-25 12:15:00 +0200 |
| commit | 5ab255b26b4f23ca4b6fab2a660f8cf55fcda48b (patch) | |
| tree | 8f16b35829065bd633935f4e29d41843f0ef10f8 /src/components/alarm/AlarmController.cpp | |
| parent | 255b07094b949b695829080c4709656d741d881b (diff) | |
SystemTask: Move MotorController to DisplayApp
Vibrations should be associated with something happening on the UI.
Therefore SystemTask should not be controlling the motor.
Diffstat (limited to 'src/components/alarm/AlarmController.cpp')
| -rw-r--r-- | src/components/alarm/AlarmController.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |
