mathieucarbou/AsyncTCP @ 3.2.12

This commit is contained in:
Mathieu Carbou
2024-10-27 08:49:06 +01:00
parent 481f8f748e
commit 665dbc4a86
5 changed files with 13 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ jobs:
- name: Install AsyncTCP (ESP32) - name: Install AsyncTCP (ESP32)
if: ${{ matrix.core == 'esp32: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.11 run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.12
- name: Install ESPAsyncTCP (ESP8266) - name: Install ESPAsyncTCP (ESP8266)
if: ${{ matrix.core == 'esp8266:esp8266' }} if: ${{ matrix.core == 'esp8266:esp8266' }}

View File

@@ -66,8 +66,8 @@ lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.3.20
**Dependencies:** **Dependencies:**
- **ESP32 with AsyncTCP**: `mathieucarbou/AsyncTCP @ 3.2.11` - **ESP32 with AsyncTCP**: `mathieucarbou/AsyncTCP @ 3.2.12`
Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.11](https://github.com/mathieucarbou/AsyncTCP/releases) Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.12](https://github.com/mathieucarbou/AsyncTCP/releases)
- **ESP32 with AsyncTCPSock**: `https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip` - **ESP32 with AsyncTCPSock**: `https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip`
@@ -85,7 +85,7 @@ AsyncTCPSock can be used instead of AsyncTCP by excluding AsyncTCP from the libr
lib_compat_mode = strict lib_compat_mode = strict
lib_ldf_mode = chain lib_ldf_mode = chain
lib_deps = lib_deps =
; mathieucarbou/AsyncTCP @ 3.2.11 ; mathieucarbou/AsyncTCP @ 3.2.12
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
mathieucarbou/ESPAsyncWebServer @ 3.3.20 mathieucarbou/ESPAsyncWebServer @ 3.3.20
lib_ignore = lib_ignore =
@@ -102,7 +102,7 @@ Performance of `mathieucarbou/ESPAsyncWebServer @ 3.3.20`:
> autocannon -c 10 -w 10 -d 20 http://192.168.4.1 > autocannon -c 10 -w 10 -d 20 http://192.168.4.1
``` ```
With `mathieucarbou/AsyncTCP @ 3.2.11` With `mathieucarbou/AsyncTCP @ 3.2.12`
[![](https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png)](https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png) [![](https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png)](https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png)

View File

@@ -66,8 +66,8 @@ lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.3.20
**Dependencies:** **Dependencies:**
- **ESP32 with AsyncTCP**: `mathieucarbou/AsyncTCP @ 3.2.11` - **ESP32 with AsyncTCP**: `mathieucarbou/AsyncTCP @ 3.2.12`
Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.11](https://github.com/mathieucarbou/AsyncTCP/releases) Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.12](https://github.com/mathieucarbou/AsyncTCP/releases)
- **ESP32 with AsyncTCPSock**: `https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip` - **ESP32 with AsyncTCPSock**: `https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip`
@@ -85,7 +85,7 @@ AsyncTCPSock can be used instead of AsyncTCP by excluding AsyncTCP from the libr
lib_compat_mode = strict lib_compat_mode = strict
lib_ldf_mode = chain lib_ldf_mode = chain
lib_deps = lib_deps =
; mathieucarbou/AsyncTCP @ 3.2.11 ; mathieucarbou/AsyncTCP @ 3.2.12
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
mathieucarbou/ESPAsyncWebServer @ 3.3.20 mathieucarbou/ESPAsyncWebServer @ 3.3.20
lib_ignore = lib_ignore =
@@ -102,7 +102,7 @@ Performance of `mathieucarbou/ESPAsyncWebServer @ 3.3.20`:
> autocannon -c 10 -w 10 -d 20 http://192.168.4.1 > autocannon -c 10 -w 10 -d 20 http://192.168.4.1
``` ```
With `mathieucarbou/AsyncTCP @ 3.2.11` With `mathieucarbou/AsyncTCP @ 3.2.12`
[![](https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png)](https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png) [![](https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png)](https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png)

View File

@@ -28,7 +28,7 @@
{ {
"owner": "mathieucarbou", "owner": "mathieucarbou",
"name": "AsyncTCP", "name": "AsyncTCP",
"version": "^3.2.11", "version": "^3.2.12",
"platforms": "espressif32" "platforms": "espressif32"
}, },
{ {

View File

@@ -30,7 +30,7 @@ lib_deps =
; bblanchon/ArduinoJson @ 5.13.4 ; bblanchon/ArduinoJson @ 5.13.4
; bblanchon/ArduinoJson @ 6.21.5 ; bblanchon/ArduinoJson @ 6.21.5
bblanchon/ArduinoJson @ 7.2.0 bblanchon/ArduinoJson @ 7.2.0
mathieucarbou/AsyncTCP @ 3.2.11 mathieucarbou/AsyncTCP @ 3.2.12
board = esp32dev board = esp32dev
board_build.partitions = partitions-4MB.csv board_build.partitions = partitions-4MB.csv
board_build.filesystem = littlefs board_build.filesystem = littlefs
@@ -48,7 +48,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
; board = esp32-s3-devkitc-1 ; board = esp32-s3-devkitc-1
; board = esp32-c6-devkitc-1 ; board = esp32-c6-devkitc-1
lib_deps = lib_deps =
mathieucarbou/AsyncTCP @ 3.2.11 mathieucarbou/AsyncTCP @ 3.2.12
[env:arduino-310] [env:arduino-310]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc2/platform-espressif32.zip platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc2/platform-espressif32.zip
@@ -105,7 +105,7 @@ board = ${sysenv.PIO_BOARD}
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
board = ${sysenv.PIO_BOARD} board = ${sysenv.PIO_BOARD}
lib_deps = lib_deps =
mathieucarbou/AsyncTCP @ 3.2.11 mathieucarbou/AsyncTCP @ 3.2.12
[env:ci-arduino-310] [env:ci-arduino-310]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc2/platform-espressif32.zip platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc2/platform-espressif32.zip