From 9b4deb271b68c01b6245d72109f224cacef76d71 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 4 Jun 2025 08:35:59 +0200 Subject: [PATCH] update async lib --- pio_local.ini_example | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pio_local.ini_example b/pio_local.ini_example index c0b81118f..44b963db1 100644 --- a/pio_local.ini_example +++ b/pio_local.ini_example @@ -53,7 +53,7 @@ custom_password = admin ; example override for lib_deps and using locally built modules ; lib_deps = ; bblanchon/ArduinoJson @ 7.4.1 -; ESP32Async/AsyncTCP @ 3.4.3 +; ESP32Async/AsyncTCP @ 3.4.4 ; ESP32Async/ESPAsyncWebServer @ 3.7.7 ; file://${PROJECT_DIR}/../modules/EMS-ESP-Modules ; ; https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.7 diff --git a/platformio.ini b/platformio.ini index 05a35ec05..d3af983af 100644 --- a/platformio.ini +++ b/platformio.ini @@ -101,7 +101,7 @@ build_type = release board_build.filesystem = littlefs lib_deps = bblanchon/ArduinoJson @ 7.4.1 - ESP32Async/AsyncTCP @ 3.4.3 + ESP32Async/AsyncTCP @ 3.4.4 ESP32Async/ESPAsyncWebServer @ 3.7.7 https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.7