diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 548d02dd5..d7bda3316 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -32,4 +32,5 @@ For more details go to [docs.emsesp.org](https://docs.emsesp.org/). - show operation in pretty telegram between src and dst [#2263](https://github.com/emsesp/EMS-ESP32/discussions/2263) - update eModbus to 1.7.2 [#2254](https://github.com/emsesp/EMS-ESP32/issues/2254) - modbus timeout default to 300 sec, change setting from ms to sec [#2254](https://github.com/emsesp/EMS-ESP32/issues/2254) -- update AsyncTCP to v3.2.14 +- update AsyncTCP and ESPAsyncWebServer to latest versions +- update Arduino pio platform to 3.10.0 and optimize flash diff --git a/platformio.ini b/platformio.ini index 6798a03b5..ad15f24ab 100644 --- a/platformio.ini +++ b/platformio.ini @@ -126,7 +126,7 @@ build_type = release board_build.filesystem = littlefs lib_deps = bblanchon/ArduinoJson @ 7.3.0 - ESP32Async/AsyncTCP @ ^3.3.2 + ESP32Async/AsyncTCP @ 3.3.2 ESP32Async/ESPAsyncWebServer @ 3.6.2 https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.4