From fd4a4965683b6f15248f47db8f5469a323e18106 Mon Sep 17 00:00:00 2001 From: zhuzhenping Date: Tue, 11 Jul 2023 09:16:53 +0000 Subject: [PATCH] update src/core/context.h. Signed-off-by: zhuzhenping --- src/core/context.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/core/context.h b/src/core/context.h index b22d917..2109a8c 100644 --- a/src/core/context.h +++ b/src/core/context.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include #include #include @@ -76,6 +76,8 @@ private: bool _fast_mode ; + bool _all_day ; + uint32_t _loop_interval ; std::map _previous_tick; -- Gitee