We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d3d402 + 030be32 commit 072af9aCopy full SHA for 072af9a
modules/alarm/alarm.cpp
@@ -116,6 +116,7 @@ void Alarm::refresh() {
116
if (state_ == State::kRunning) {
117
state_ = State::kInited;
118
sp_timer_ev_->disable();
119
+ target_utc_sec_ = 0; //! 如果不清0,那么每refresh()一次都会往后延一天
120
activeTimer();
121
}
122
version.mk
@@ -21,4 +21,4 @@
21
# TBOX版本号
22
TBOX_VERSION_MAJOR := 1
23
TBOX_VERSION_MINOR := 11
24
-TBOX_VERSION_REVISION := 5
+TBOX_VERSION_REVISION := 6
0 commit comments