This commit is contained in:
proddy
2025-01-26 14:54:38 +01:00
parent aa9b38da03
commit 84d4fb37fa
2 changed files with 3 additions and 2 deletions

View File

@@ -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) - 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) - 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) - 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

View File

@@ -126,7 +126,7 @@ build_type = release
board_build.filesystem = littlefs board_build.filesystem = littlefs
lib_deps = lib_deps =
bblanchon/ArduinoJson @ 7.3.0 bblanchon/ArduinoJson @ 7.3.0
ESP32Async/AsyncTCP @ ^3.3.2 ESP32Async/AsyncTCP @ 3.3.2
ESP32Async/ESPAsyncWebServer @ 3.6.2 ESP32Async/ESPAsyncWebServer @ 3.6.2
https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.4 https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.4