ota: add ota update capabilities

This commit is contained in:
2026-03-12 10:59:35 +01:00
parent b3485fcb10
commit ee3ec3ac4f
10 changed files with 1118 additions and 3 deletions

View File

@@ -39,7 +39,7 @@
// HTTP Server Configuration
// ============================================================================
#define BMC_HTTP_PORT 80
#define BMC_HTTP_MAX_CONN 4
#define BMC_HTTP_MAX_CONN 17
#define BMC_HTTP_STACK_SIZE 8192
// ============================================================================