From 997c8695ab36a9653e360f4cb9ad76dfd15c4ca1 Mon Sep 17 00:00:00 2001 From: nhkefus Date: Thu, 13 Mar 2025 10:54:56 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TC1/main.c b/TC1/main.c index 973a971..73ac345 100644 --- a/TC1/main.c +++ b/TC1/main.c @@ -81,10 +81,10 @@ void recordDailyPCount() { tc1_log("WARNGIN: p_count record! p_count_1_day_ago:%d p_count_2_days_ago:%d", user_config->p_count_1_day_ago, user_config->p_count_2_days_ago); + }else{ + tc1_log("WARNGIN: pcount day not changed , waiting for next run! "); } } - - tc1_log("WARNGIN: pcount day not changed , waiting for next run! "); // 更新上次检查时间 last_check_time = now;