Skip to content

Commit 9186cd2

Browse files
committed
increase task delay when waiting in the background to 10s
1 parent a3a30a2 commit 9186cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/heartratetask/HeartRateTask.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ int HeartRateTask::CurrentTaskDelay() {
151151
case States::Running:
152152
return 100;
153153
case States::BackgroundWaiting:
154-
return 500;
154+
return 10000;
155155
default:
156156
return portMAX_DELAY;
157157
}

0 commit comments

Comments
 (0)