From 20d3c98bb47c67742616217007f188e042582a05 Mon Sep 17 00:00:00 2001 From: nhkefus Date: Fri, 14 Mar 2025 11:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TC1/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TC1/main.c b/TC1/main.c index a4fb109..6727297 100644 --- a/TC1/main.c +++ b/TC1/main.c @@ -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); } }