From 3136ca033053e5d50183eee121fb089f4b022727 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Sat, 27 Apr 2024 14:20:52 +0200 Subject: [PATCH] Async TCP 3.1.2 --- .github/workflows/ci.yml | 2 +- README.md | 2 +- docs/index.md | 2 +- library.json | 2 +- platformio.ini | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afe6d5e..5c3e097 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.0.2 + run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.1.2 - 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 d430d1c..ee7bb05 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo - [#5](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/5) ([@vortigont](https://github.com/vortigont)): set real "Last-Modified" header based on file's LastWrite time - [#13](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/13) ([@tueddy](https://github.com/tueddy)): Compile with Arduino 3 (ESP-IDF 5.1) - [#14](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/14) ([@nilo85](https://github.com/nilo85)): Add support for Auth & GET requests in AsyncCallbackJsonWebHandler -- Depends on `mathieucarbou/Async TCP @ ^3.0.2` +- Depends on `mathieucarbou/Async TCP @ ^3.1.2` - Arduino 3 / ESP-IDF 5.1 compatibility ## Documentation diff --git a/docs/index.md b/docs/index.md index d430d1c..ee7bb05 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo - [#5](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/5) ([@vortigont](https://github.com/vortigont)): set real "Last-Modified" header based on file's LastWrite time - [#13](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/13) ([@tueddy](https://github.com/tueddy)): Compile with Arduino 3 (ESP-IDF 5.1) - [#14](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/14) ([@nilo85](https://github.com/nilo85)): Add support for Auth & GET requests in AsyncCallbackJsonWebHandler -- Depends on `mathieucarbou/Async TCP @ ^3.0.2` +- Depends on `mathieucarbou/Async TCP @ ^3.1.2` - Arduino 3 / ESP-IDF 5.1 compatibility ## Documentation diff --git a/library.json b/library.json index 21ab796..4c89f8e 100644 --- a/library.json +++ b/library.json @@ -27,7 +27,7 @@ { "owner": "mathieucarbou", "name": "Async TCP", - "version": "^3.0.2", + "version": "^3.1.2", "platforms": "espressif32" }, { diff --git a/platformio.ini b/platformio.ini index 1b92294..0bcd99e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -6,7 +6,7 @@ build_flags = -D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG lib_deps = bblanchon/ArduinoJson @ 7.0.4 - mathieucarbou/Async TCP @ ^3.0.2 + mathieucarbou/Async TCP @ ^3.1.2 upload_protocol = esptool monitor_speed = 115200 monitor_filters = esp32_exception_decoder, log2file