diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 890c0b2..6082bb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Install AsyncTCP (ESP32) if: ${{ matrix.core == 'esp32:esp32' }} - run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.9 + run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.10 - name: Install ESPAsyncTCP (ESP8266) if: ${{ matrix.core == 'esp8266:esp8266' }} diff --git a/README.md b/README.md index 8c118bb..117b3e5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.3.13 **Dependencies:** -- **ESP32**: `mathieucarbou/AsyncTCP @ 3.2.9` (Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.9](https://github.com/mathieucarbou/AsyncTCP/releases)) +- **ESP32**: `mathieucarbou/AsyncTCP @ 3.2.10` (Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.10](https://github.com/mathieucarbou/AsyncTCP/releases)) - **ESP8266**: `esphome/ESPAsyncTCP-esphome @ 2.0.0` (Arduino IDE: [https://github.com/mathieucarbou/esphome-ESPAsyncTCP#v2.0.0](https://github.com/mathieucarbou/esphome-ESPAsyncTCP/releases/tag/v2.0.0)) - **RP2040**: `khoih-prog/AsyncTCP_RP2040W @ 1.2.0` (Arduino IDE: [https://github.com/khoih-prog/AsyncTCP_RP2040W#v1.2.0](https://github.com/khoih-prog/AsyncTCP_RP2040W/releases/tag/v1.2.0)) diff --git a/docs/index.md b/docs/index.md index 8c118bb..117b3e5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,7 +39,7 @@ lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.3.13 **Dependencies:** -- **ESP32**: `mathieucarbou/AsyncTCP @ 3.2.9` (Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.9](https://github.com/mathieucarbou/AsyncTCP/releases)) +- **ESP32**: `mathieucarbou/AsyncTCP @ 3.2.10` (Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.10](https://github.com/mathieucarbou/AsyncTCP/releases)) - **ESP8266**: `esphome/ESPAsyncTCP-esphome @ 2.0.0` (Arduino IDE: [https://github.com/mathieucarbou/esphome-ESPAsyncTCP#v2.0.0](https://github.com/mathieucarbou/esphome-ESPAsyncTCP/releases/tag/v2.0.0)) - **RP2040**: `khoih-prog/AsyncTCP_RP2040W @ 1.2.0` (Arduino IDE: [https://github.com/khoih-prog/AsyncTCP_RP2040W#v1.2.0](https://github.com/khoih-prog/AsyncTCP_RP2040W/releases/tag/v1.2.0)) diff --git a/library.json b/library.json index 472e742..eb3013f 100644 --- a/library.json +++ b/library.json @@ -28,7 +28,7 @@ { "owner": "mathieucarbou", "name": "AsyncTCP", - "version": "^3.2.9", + "version": "^3.2.10", "platforms": "espressif32" }, { diff --git a/platformio.ini b/platformio.ini index c31140b..d464327 100644 --- a/platformio.ini +++ b/platformio.ini @@ -25,7 +25,7 @@ lib_deps = ; bblanchon/ArduinoJson @ 5.13.4 ; bblanchon/ArduinoJson @ 6.21.5 bblanchon/ArduinoJson @ 7.2.0 - mathieucarbou/AsyncTCP @ 3.2.9 + mathieucarbou/AsyncTCP @ 3.2.10 board = esp32dev board_build.partitions = partitions-4MB.csv board_build.filesystem = littlefs @@ -43,7 +43,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/ ; board = esp32-s3-devkitc-1 ; board = esp32-c6-devkitc-1 lib_deps = - mathieucarbou/AsyncTCP @ 3.2.9 + mathieucarbou/AsyncTCP @ 3.2.10 [env:arduino-310rc1] platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc1/platform-espressif32.zip @@ -87,7 +87,7 @@ board = ${sysenv.PIO_BOARD} platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip board = ${sysenv.PIO_BOARD} lib_deps = - mathieucarbou/AsyncTCP @ 3.2.9 + mathieucarbou/AsyncTCP @ 3.2.10 [env:ci-arduino-310rc1] platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc1/platform-espressif32.zip