Skip to content

Commit

Permalink
心脏流血bug修复
Browse files Browse the repository at this point in the history
  • Loading branch information
zogodo committed Jan 2, 2022
1 parent b71c10d commit 1a1270f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TC1/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void appRestoreDefault_callback(void * const user_config_data, uint32_t size)
}
for (i = 0; i < MAX_TASK_NUM; i++)
{
user_config->timed_tasks[i].on_use = false;
userConfigDefault->timed_tasks[i].on_use = false;
}
//mico_system_context_update(sys_config);
}
Expand Down
2 changes: 1 addition & 1 deletion TC1/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define wifi_log(M, ...) do { custom_log("WIFI", M, ##__VA_ARGS__); web_log("WIFI", M, ##__VA_ARGS__); } while(0)
#define power_log(M, ...) do { custom_log("POWER", M, ##__VA_ARGS__); web_log("POWER", M, ##__VA_ARGS__); } while(0)

#define VERSION "v2.1.4"
#define VERSION "v2.1.5"

#define TYPE 1
#define TYPE_NAME "zTC1"
Expand Down

0 comments on commit 1a1270f

Please sign in to comment.