diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-09-12 08:08:25 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-09-12 08:08:25 (GMT) |
| commit | 3ee4876214b70c107cabbb54f865e646e99f0d73 (patch) | |
| tree | ab0ba3a25b6a598b0371598ed72fea5af95adb97 /src/main.cpp | |
| parent | cdf5801efeafd7f0ee05cbe23198856efb9890e3 (diff) | |
Toggle notifications only, keep vibrations.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 79e2ad8..cea66bf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -123,7 +123,7 @@ Pinetime::Controllers::TouchHandler touchHandler(touchPanel, lvgl); Pinetime::Controllers::FS fs {spiNorFlash}; Pinetime::Controllers::Settings settingsController {fs}; -Pinetime::Controllers::MotorController motorController {settingsController}; +Pinetime::Controllers::MotorController motorController {}; Pinetime::Applications::DisplayApp displayApp(lcd, |
