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/displayapp/Messages.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/displayapp/Messages.h') diff --git a/src/displayapp/Messages.h b/src/displayapp/Messages.h index afa7709a..b670b1aa 100644 --- a/src/displayapp/Messages.h +++ b/src/displayapp/Messages.h @@ -22,8 +22,9 @@ namespace Pinetime { RestoreBrightness, ShowPairingKey, AlarmTriggered, - Clock, - BleRadioEnableToggle + Chime, + BleRadioEnableToggle, + OnChargingEvent, }; } } -- cgit v1.2.3-70-g09d2