diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-31 12:35:17 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-31 12:35:17 (GMT) |
| commit | 04dd0c5fe0c696c815b0df1243c1003cd4464dbb (patch) | |
| tree | 9bedc44c956ad18adb07f664397500667fce910d /src/components/datetime/DateTimeController.h | |
| parent | 043517f85124810310e5a854fb02b52fb9feccb3 (diff) | |
add back chimes and flashlight
Diffstat (limited to 'src/components/datetime/DateTimeController.h')
| -rw-r--r-- | src/components/datetime/DateTimeController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/datetime/DateTimeController.h b/src/components/datetime/DateTimeController.h index e964b4c..00bbc2e 100644 --- a/src/components/datetime/DateTimeController.h +++ b/src/components/datetime/DateTimeController.h @@ -90,6 +90,8 @@ namespace Pinetime { std::chrono::seconds uptime {0}; bool isMidnightAlreadyNotified = false; + bool isHourAlreadyNotified = true; + bool isHalfHourAlreadyNotified = true; System::SystemTask* systemTask = nullptr; Controllers::Settings& settingsController; }; |
