Fix date/time conversion from CTS to internal date/time representation.
This commit is contained in:
parent
824b8a7ebd
commit
64014f03ee
3 changed files with 13 additions and 15 deletions
|
|
@ -63,7 +63,7 @@ namespace Pinetime {
|
|||
|
||||
DirtyValue<uint8_t> batteryPercentRemaining {0};
|
||||
DirtyValue<bool> bleState {false};
|
||||
DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::milliseconds>> currentDateTime;
|
||||
DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds>> currentDateTime;
|
||||
DirtyValue<Pinetime::Version> version;
|
||||
|
||||
lv_style_t* labelStyle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue