diff options
| author | Jean-François Milants <jf@codingfield.com> | 2022-02-20 14:40:49 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2022-02-20 14:40:49 (GMT) |
| commit | ef44b763d94cc6ff1be6f75ff3e638d7d356e99e (patch) | |
| tree | a10a4068c592f13057edf3d1f2a94137becd95b8 /src/displayapp/screens/PineTimeStyle.h | |
| parent | 40cdb547727d99ff140a029ae30980001e4a68f6 (diff) | |
Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime into evergreen22-airplane-mode
Apply a few changes that were requested in the PR during the review.
# Conflicts:
# src/CMakeLists.txt
# src/displayapp/Apps.h
# src/displayapp/DisplayApp.cpp
# src/displayapp/Messages.h
# src/displayapp/screens/settings/Settings.cpp
Diffstat (limited to 'src/displayapp/screens/PineTimeStyle.h')
| -rw-r--r-- | src/displayapp/screens/PineTimeStyle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/screens/PineTimeStyle.h b/src/displayapp/screens/PineTimeStyle.h index cb8f680..5de9a5f 100644 --- a/src/displayapp/screens/PineTimeStyle.h +++ b/src/displayapp/screens/PineTimeStyle.h @@ -51,7 +51,8 @@ namespace Pinetime { DirtyValue<uint8_t> batteryPercentRemaining {}; DirtyValue<bool> isCharging {}; - DirtyValue<Controllers::Ble::ConnectStates> bleState {}; + 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 {}; |
