修复代码错误

This commit is contained in:
nhkefus
2025-03-11 14:02:41 +08:00
parent ea72267e2e
commit 305f2117b8

View File

@@ -61,8 +61,8 @@ typedef struct
char ap_name[32];
char ap_key[32];
int task_count;
uint32_t p_count_2_days_ago;
uint32_t p_count_1_day_ago;
int p_count_2_days_ago;
int p_count_1_day_ago;
int power_led_enabled;
pTimedTask task_top;
struct TimedTask timed_tasks[MAX_TASK_NUM];