修复自定义名称过长可能导致系统崩溃的问题

This commit is contained in:
Your Name
2025-04-09 22:53:12 +08:00
parent e6d430c37c
commit 34e1cabc53
3 changed files with 5 additions and 4 deletions

View File

@@ -52,7 +52,7 @@
static bool is_http_init;
static bool is_handlers_registered;
const struct httpd_wsgi_call g_app_handlers[];
char power_info_json[1952] = {0};
char power_info_json[2560] = {0};
char up_time[16] = "00:00:00";
/*