本地ota加入写flash逻辑以后 会卡死。目前不知道如何优化

This commit is contained in:
Your Name
2025-04-18 10:12:57 +08:00
parent 393af288ec
commit 4e1b376b6a
4 changed files with 33 additions and 38 deletions

View File

@@ -50,7 +50,7 @@ httpd_state_t httpd_state;
static mico_thread_t httpd_main_thread;
#define http_server_thread_stack_size 0x2000
#define http_server_thread_stack_size 0x5000
/* Why HTTPD_MAX_MESSAGE + 2?
* Handlers are allowed to use HTTPD_MAX_MESSAGE bytes of this buffer.