Skip to content

Commit 072af9a

Browse files
committed
Merge branch 'develop'
2 parents 2d3d402 + 030be32 commit 072af9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/alarm/alarm.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ void Alarm::refresh() {
116116
if (state_ == State::kRunning) {
117117
state_ = State::kInited;
118118
sp_timer_ev_->disable();
119+
target_utc_sec_ = 0; //! 如果不清0,那么每refresh()一次都会往后延一天
119120
activeTimer();
120121
}
121122
}

version.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# TBOX版本号
2222
TBOX_VERSION_MAJOR := 1
2323
TBOX_VERSION_MINOR := 11
24-
TBOX_VERSION_REVISION := 5
24+
TBOX_VERSION_REVISION := 6

0 commit comments

Comments
 (0)