Migrate to IDF 5.5.3 candidate

Pin PlatformIO packages and toolchains, rebase protected SDK
overrides, and add WebSocket receive regression coverage. Document
isolated candidate validation, archive provenance, and remaining gates.
This commit is contained in:
2026-09-18 14:23:13 +02:00
parent cdc4d4a8df
commit 797d2681ac
32 changed files with 1394 additions and 123 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ int httpd_req_recv(httpd_req_t *, char *, size_t);
"""
HEADERS["esp_idf_version.h"] = """
#define ESP_IDF_VERSION_VAL(a,b,c) ((a)*10000+(b)*100+(c))
#define ESP_IDF_VERSION ESP_IDF_VERSION_VAL(5,5,0)
#define ESP_IDF_VERSION ESP_IDF_VERSION_VAL(5,5,3)
"""
HEADERS["esp_httpd_priv.h"] = """#pragma once
#include <stdint.h>