Skip to content

Commit

Permalink
Update src/displayapp/screens/WatchFaceTerminal.h
Browse files Browse the repository at this point in the history
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
  • Loading branch information
13werwolf13 and NeroBurner authored Feb 2, 2022
1 parent 3515616 commit 138a655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/displayapp/screens/WatchFaceTerminal.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ namespace Pinetime {
uint8_t currentDay = 0;

DirtyValue<int> batteryPercentRemaining {};
DirtyValue<bool> powerPresent {};
DirtyValue<bool> bleState {};
DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds>> currentDateTime {};
DirtyValue<bool> motionSensorOk {};
Expand Down

0 comments on commit 138a655

Please sign in to comment.