diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-07-20 13:30:07 (GMT) |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-07-20 13:30:07 (GMT) |
| commit | db784fc2fb4e9095f3c1a0168a4b6978e8bfa76d (patch) | |
| tree | 84bbed8c3a9ae57ad2fdbe92b0f61e8eadbc5fbc /src/displayapp/screens/PineTimeStyle.h | |
| parent | 5c183bef8549368ca8709f98215d52f8e150ad57 (diff) | |
| parent | 57b339707861c5688f5d432f1506a99df6bb0fce (diff) | |
Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker
Diffstat (limited to 'src/displayapp/screens/PineTimeStyle.h')
| -rw-r--r-- | src/displayapp/screens/PineTimeStyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/PineTimeStyle.h b/src/displayapp/screens/PineTimeStyle.h index 97b39a0..71b8b65 100644 --- a/src/displayapp/screens/PineTimeStyle.h +++ b/src/displayapp/screens/PineTimeStyle.h @@ -42,7 +42,7 @@ namespace Pinetime { Pinetime::Controllers::DateTime::Days currentDayOfWeek = Pinetime::Controllers::DateTime::Days::Unknown; uint8_t currentDay = 0; - DirtyValue<int> batteryPercentRemaining {}; + DirtyValue<uint8_t> batteryPercentRemaining {}; DirtyValue<bool> bleState {}; DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds>> currentDateTime {}; DirtyValue<bool> motionSensorOk {}; |
