Watchfaces: Assume motionsensor is ok

The watch face shouldn't and doesn't start before the sensor is ready.
This commit is contained in:
Riku Isokoski
2023-04-05 21:46:15 +03:00
parent e4a6f6ad77
commit 348d3de60b
10 changed files with 5 additions and 15 deletions

View File

@@ -51,7 +51,6 @@ namespace Pinetime {
Utility::DirtyValue<bool> bleState {};
Utility::DirtyValue<bool> bleRadioEnabled {};
Utility::DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::minutes>> currentDateTime {};
Utility::DirtyValue<bool> motionSensorOk {};
Utility::DirtyValue<uint32_t> stepCount {};
Utility::DirtyValue<bool> notificationState {};
using days = std::chrono::duration<int32_t, std::ratio<86400>>; // TODO: days is standard in c++20