diff options
| author | JF <JF002@users.noreply.github.com> | 2022-01-04 20:44:36 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-04 20:44:36 (GMT) |
| commit | b8b54f47a2a09e32186bf7d8dddc658fae2c6e5f (patch) | |
| tree | 2b0d3f4873b54c388aa27d897e710665c857d321 /src/components/datetime/DateTimeController.h | |
| parent | e0013e730448f4dc142e3610f970f22c807ac41e (diff) | |
| parent | 15c3807a761b00a6dcdcc3a516e67e584f0a55c9 (diff) | |
Merge pull request #813 from SteveAmor/chimes
Chimes option
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 77ed68e..cbc8044 100644 --- a/src/components/datetime/DateTimeController.h +++ b/src/components/datetime/DateTimeController.h @@ -86,6 +86,8 @@ namespace Pinetime { std::chrono::seconds uptime {0}; bool isMidnightAlreadyNotified = false; + bool isHourAlreadyNotified = true; + bool isHalfHourAlreadyNotified = true; System::SystemTask* systemTask = nullptr; }; } |
