mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user