mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 01:10:20 +01:00
fix: bump ESPAsyncWebServer to v3.7.6
after OpenDTU v24.9.30 was released there was a subtle change in the ESPAsyncWebServer which changed the internal data structure for AsyncResponseStream from cbuf to StringStream. This introduced WDT resets when scraping at least the prometheus API endpoint [1]. ESPAsyncWebServer v3.7.6 addresses this issue by reverting the data structure back to cbuf. [1] https://github.com/tbnobody/OpenDTU/issues/2535 Signed-off-by: Peter Lieven <pl@dlhnet.de>
This commit is contained in:
@@ -42,7 +42,7 @@ build_unflags =
|
||||
-std=gnu++11
|
||||
|
||||
lib_deps =
|
||||
ESP32Async/ESPAsyncWebServer @ 3.7.4
|
||||
ESP32Async/ESPAsyncWebServer @ 3.7.6
|
||||
bblanchon/ArduinoJson @ 7.3.1
|
||||
https://github.com/bertmelis/espMqttClient.git#v1.7.0
|
||||
nrf24/RF24 @ 1.4.11
|
||||
|
||||
Reference in New Issue
Block a user