diff options
| author | SteveAmor <SteveAmor@users.noreply.github.com> | 2021-11-07 10:50:33 (GMT) |
|---|---|---|
| committer | SteveAmor <SteveAmor@users.noreply.github.com> | 2021-11-07 10:50:33 (GMT) |
| commit | 5932391c8b2178cc0beed9f4c2b0aa4a24ac7e1f (patch) | |
| tree | 0aa7b5045e4bfb473b066aa23a1a2380442db358 /src/components/datetime/DateTimeController.h | |
| parent | 0aa73c2279f81a3cc2c730d253807b6102033195 (diff) | |
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; }; } |
