Update BLE controller in Infineat watchface

This commit is contained in:
Diego Miguel
2022-03-02 00:34:39 +01:00
parent 8f54332e5d
commit be16ef0d56
3 changed files with 4 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ namespace Pinetime {
DirtyValue<uint8_t> batteryPercentRemaining {};
DirtyValue<bool> powerPresent {};
DirtyValue<bool> bleState {};
DirtyValue<bool> bleRadioEnabled {};
DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds>> currentDateTime {};
DirtyValue<bool> motionSensorOk {};
DirtyValue<uint32_t> stepCount {};