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;