This commit is contained in:
nhkefus
2025-03-14 11:49:51 +08:00
parent c27b89b82d
commit 20d3c98bb4

View File

@@ -91,7 +91,7 @@ void schedule_p_count_task(mico_thread_arg_t arg) {
mico_thread_sleep(20);tc1_log("WARNGIN: p_count timer thread created!");
while (1) {
recordDailyPCount();
mico_thread_sleep(20);
mico_thread_sleep(60);
}
}