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/displayapp/Messages.h | |
| 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/displayapp/Messages.h')
| -rw-r--r-- | src/displayapp/Messages.h | 5 |
1 files changed, 3 insertions, 2 deletions
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, }; } } |
