diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-04-05 21:46:15 +0300 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-04-16 14:15:49 +0000 |
| commit | 348d3de60bc61f04f11f5409c5950afb22aeb788 (patch) | |
| tree | 0bc8193f25142c3e20e8ea1f770a406dbaa52109 /src/displayapp/screens/WatchFaceTerminal.h | |
| parent | e4a6f6ad778bbccf48e3139622d602dcab1d0389 (diff) | |
Watchfaces: Assume motionsensor is ok
The watch face shouldn't and doesn't start before the sensor is ready.
Diffstat (limited to 'src/displayapp/screens/WatchFaceTerminal.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceTerminal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceTerminal.h b/src/displayapp/screens/WatchFaceTerminal.h index de1b1fef..d08a146b 100644 --- a/src/displayapp/screens/WatchFaceTerminal.h +++ b/src/displayapp/screens/WatchFaceTerminal.h @@ -40,7 +40,6 @@ namespace Pinetime { Utility::DirtyValue<bool> bleState {}; Utility::DirtyValue<bool> bleRadioEnabled {}; Utility::DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::seconds>> currentDateTime {}; - Utility::DirtyValue<bool> motionSensorOk {}; Utility::DirtyValue<uint32_t> stepCount {}; Utility::DirtyValue<uint8_t> heartbeat {}; Utility::DirtyValue<bool> heartbeatRunning {}; |
