This repository was archived by the owner on Jan 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 - name : Install AsyncTCP (ESP32)
5757 if : ${{ matrix.core == 'esp32:esp32' }}
58- run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.14
58+ run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.15
5959
6060 - name : Install ESPAsyncTCP (ESP8266)
6161 if : ${{ matrix.core == 'esp8266:esp8266' }}
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.4.0
8080
8181** Dependencies:**
8282
83- - ** ESP32 with AsyncTCP** : ` mathieucarbou/AsyncTCP @ 3.2.14 `
84- Arduino IDE: [ https://github.com/mathieucarbou/AsyncTCP#v3.2.14 ] ( https://github.com/mathieucarbou/AsyncTCP/releases )
83+ - ** ESP32 with AsyncTCP** : ` mathieucarbou/AsyncTCP @ 3.2.15 `
84+ Arduino IDE: [ https://github.com/mathieucarbou/AsyncTCP#v3.2.15 ] ( https://github.com/mathieucarbou/AsyncTCP/releases )
8585
8686- ** ESP32 with AsyncTCPSock** : ` https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip `
8787
@@ -99,7 +99,7 @@ AsyncTCPSock can be used instead of AsyncTCP by excluding AsyncTCP from the libr
9999lib_compat_mode = strict
100100lib_ldf_mode = chain
101101lib_deps =
102- ; mathieucarbou/AsyncTCP @ 3.2.14
102+ ; mathieucarbou/AsyncTCP @ 3.2.15
103103 https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
104104 mathieucarbou/ESPAsyncWebServer @ 3.4.0
105105lib_ignore =
@@ -116,7 +116,7 @@ Performance of `mathieucarbou/ESPAsyncWebServer @ 3.4.0`:
116116> autocannon -c 10 -w 10 -d 20 http://192.168.4.1
117117```
118118
119- With ` mathieucarbou/AsyncTCP @ 3.2.14 `
119+ With ` mathieucarbou/AsyncTCP @ 3.2.15 `
120120
121121[ ![ ] ( https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png )] ( https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png )
122122
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.4.0
8080
8181** Dependencies:**
8282
83- - ** ESP32 with AsyncTCP** : ` mathieucarbou/AsyncTCP @ 3.2.14 `
84- Arduino IDE: [ https://github.com/mathieucarbou/AsyncTCP#v3.2.14 ] ( https://github.com/mathieucarbou/AsyncTCP/releases )
83+ - ** ESP32 with AsyncTCP** : ` mathieucarbou/AsyncTCP @ 3.2.15 `
84+ Arduino IDE: [ https://github.com/mathieucarbou/AsyncTCP#v3.2.15 ] ( https://github.com/mathieucarbou/AsyncTCP/releases )
8585
8686- ** ESP32 with AsyncTCPSock** : ` https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip `
8787
@@ -99,7 +99,7 @@ AsyncTCPSock can be used instead of AsyncTCP by excluding AsyncTCP from the libr
9999lib_compat_mode = strict
100100lib_ldf_mode = chain
101101lib_deps =
102- ; mathieucarbou/AsyncTCP @ 3.2.14
102+ ; mathieucarbou/AsyncTCP @ 3.2.15
103103 https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
104104 mathieucarbou/ESPAsyncWebServer @ 3.4.0
105105lib_ignore =
@@ -116,7 +116,7 @@ Performance of `mathieucarbou/ESPAsyncWebServer @ 3.4.0`:
116116> autocannon -c 10 -w 10 -d 20 http://192.168.4.1
117117```
118118
119- With ` mathieucarbou/AsyncTCP @ 3.2.14 `
119+ With ` mathieucarbou/AsyncTCP @ 3.2.15 `
120120
121121[ ![ ] ( https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png )] ( https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png )
122122
Original file line number Diff line number Diff line change 2828 {
2929 "owner" : " mathieucarbou" ,
3030 "name" : " AsyncTCP" ,
31- "version" : " ^3.2.14 " ,
31+ "version" : " ^3.2.15 " ,
3232 "platforms" : " espressif32"
3333 },
3434 {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ lib_deps =
3131 ; bblanchon/ArduinoJson @ 5.13.4
3232 ; bblanchon/ArduinoJson @ 6.21.5
3333 bblanchon/ArduinoJson @ 7.2.1
34- mathieucarbou/AsyncTCP @ 3.2.14
34+ mathieucarbou/AsyncTCP @ 3.2.15
3535board = esp32dev
3636board_build.partitions = partitions-4MB.csv
3737board_build.filesystem = littlefs
@@ -49,7 +49,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
4949; board = esp32-s3-devkitc-1
5050; board = esp32-c6-devkitc-1
5151lib_deps =
52- mathieucarbou/AsyncTCP @ 3.2.14
52+ mathieucarbou/AsyncTCP @ 3.2.15
5353
5454[env:arduino-310]
5555platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc3/platform-espressif32.zip
@@ -102,7 +102,7 @@ board = ${sysenv.PIO_BOARD}
102102platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
103103board = ${sysenv.PIO_BOARD}
104104lib_deps =
105- mathieucarbou/AsyncTCP @ 3.2.14
105+ mathieucarbou/AsyncTCP @ 3.2.15
106106
107107[env:ci-arduino-310]
108108platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc3/platform-espressif32.zip
You can’t perform that action at this time.
0 commit comments