diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-05-12 07:18:34 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-05-12 07:26:11 (GMT) |
| commit | 181b30eccf79f6a9e6f30f3eefa312b6681f37dd (patch) | |
| tree | 77c4c8def1ec67daf8e931a2cb65c7ccba44f5d1 /src/components/datetime/DateTimeController.h | |
| parent | 948661c9f650d59aa05ad93855703dab86603673 (diff) | |
Add 5-minutes chimes
Diffstat (limited to 'src/components/datetime/DateTimeController.h')
| -rw-r--r-- | src/components/datetime/DateTimeController.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/datetime/DateTimeController.h b/src/components/datetime/DateTimeController.h index 00bbc2e..48fe2b1 100644 --- a/src/components/datetime/DateTimeController.h +++ b/src/components/datetime/DateTimeController.h @@ -91,7 +91,10 @@ namespace Pinetime { bool isMidnightAlreadyNotified = false; bool isHourAlreadyNotified = true; - bool isHalfHourAlreadyNotified = true; + bool hasChimed = true; + public: + uint8_t chimePeriod = 5; + private: System::SystemTask* systemTask = nullptr; Controllers::Settings& settingsController; }; |
