diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07514e7..405ec98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: arduino-cli core install --additional-urls "${{ matrix.index_url }}" ${{ matrix.core }} - name: Install AsyncTCP-esphome - run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.1.3 + run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.1.4 - name: Install ESPAsyncTCP-esphome run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/esphome-ESPAsyncTCP#v2.0.0 diff --git a/README.md b/README.md index ae7a3b0..97abd49 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo - Added `setAuthentication(const String& username, const String& password)` - Added `StreamConcat` example to shoiw how to stream multiple files in one response - Remove filename after inline in Content-Disposition header according to RFC2183 -- Depends on `mathieucarbou/Async TCP @ ^3.1.3` +- Depends on `mathieucarbou/Async TCP @ ^3.1.4` - Arduino 3 / ESP-IDF 5.1 compatibility ## Documentation diff --git a/docs/index.md b/docs/index.md index ae7a3b0..97abd49 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,7 +26,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo - Added `setAuthentication(const String& username, const String& password)` - Added `StreamConcat` example to shoiw how to stream multiple files in one response - Remove filename after inline in Content-Disposition header according to RFC2183 -- Depends on `mathieucarbou/Async TCP @ ^3.1.3` +- Depends on `mathieucarbou/Async TCP @ ^3.1.4` - Arduino 3 / ESP-IDF 5.1 compatibility ## Documentation diff --git a/library.json b/library.json index b859c33..1c216e5 100644 --- a/library.json +++ b/library.json @@ -27,7 +27,7 @@ { "owner": "mathieucarbou", "name": "Async TCP", - "version": "^3.1.3", + "version": "^3.1.4", "platforms": "espressif32" }, { diff --git a/platformio.ini b/platformio.ini index 642841c..daf31e4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -6,7 +6,7 @@ build_flags = -D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE lib_deps = bblanchon/ArduinoJson @ 7.0.4 - mathieucarbou/Async TCP @ ^3.1.3 + mathieucarbou/Async TCP @ ^3.1.4 ; https://github.com/mathieucarbou/AsyncTCP ; https://github.com/me-no-dev/AsyncTCP esphome/ESPAsyncTCP-esphome @ 2.0.0