This repository was archived by the owner on Jan 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 55
55
56
56
- name : Install AsyncTCP (ESP32)
57
57
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.3.1
58
+ run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.3.2
59
59
60
60
- name : Install ESPAsyncTCP (ESP8266)
61
61
if : ${{ matrix.core == 'esp8266:esp8266' }}
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.4.5
82
82
83
83
** Dependencies:**
84
84
85
- - ** ESP32 with AsyncTCP** : ` mathieucarbou/AsyncTCP @ 3.3.1 `
86
- Arduino IDE: [ https://github.com/mathieucarbou/AsyncTCP#v3.3.1 ] ( https://github.com/mathieucarbou/AsyncTCP/releases )
85
+ - ** ESP32 with AsyncTCP** : ` mathieucarbou/AsyncTCP @ 3.3.2 `
86
+ Arduino IDE: [ https://github.com/mathieucarbou/AsyncTCP#v3.3.2 ] ( https://github.com/mathieucarbou/AsyncTCP/releases )
87
87
88
88
- ** ESP32 with AsyncTCPSock** : ` https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip `
89
89
@@ -101,7 +101,7 @@ AsyncTCPSock can be used instead of AsyncTCP by excluding AsyncTCP from the libr
101
101
lib_compat_mode = strict
102
102
lib_ldf_mode = chain
103
103
lib_deps =
104
- ; mathieucarbou/AsyncTCP @ 3.3.1
104
+ ; mathieucarbou/AsyncTCP @ 3.3.2
105
105
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
106
106
mathieucarbou/ESPAsyncWebServer @ 3.4.5
107
107
lib_ignore =
@@ -118,7 +118,7 @@ Performance of `mathieucarbou/ESPAsyncWebServer @ 3.4.5`:
118
118
> autocannon -c 10 -w 10 -d 20 http://192.168.4.1
119
119
```
120
120
121
- With ` mathieucarbou/AsyncTCP @ 3.3.1 `
121
+ With ` mathieucarbou/AsyncTCP @ 3.3.2 `
122
122
123
123
[ ![ ] ( https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png )] ( https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png )
124
124
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.4.5
82
82
83
83
** Dependencies:**
84
84
85
- - ** ESP32 with AsyncTCP** : ` mathieucarbou/AsyncTCP @ 3.3.1 `
86
- Arduino IDE: [ https://github.com/mathieucarbou/AsyncTCP#v3.3.1 ] ( https://github.com/mathieucarbou/AsyncTCP/releases )
85
+ - ** ESP32 with AsyncTCP** : ` mathieucarbou/AsyncTCP @ 3.3.2 `
86
+ Arduino IDE: [ https://github.com/mathieucarbou/AsyncTCP#v3.3.2 ] ( https://github.com/mathieucarbou/AsyncTCP/releases )
87
87
88
88
- ** ESP32 with AsyncTCPSock** : ` https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip `
89
89
@@ -101,7 +101,7 @@ AsyncTCPSock can be used instead of AsyncTCP by excluding AsyncTCP from the libr
101
101
lib_compat_mode = strict
102
102
lib_ldf_mode = chain
103
103
lib_deps =
104
- ; mathieucarbou/AsyncTCP @ 3.3.1
104
+ ; mathieucarbou/AsyncTCP @ 3.3.2
105
105
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
106
106
mathieucarbou/ESPAsyncWebServer @ 3.4.5
107
107
lib_ignore =
@@ -118,7 +118,7 @@ Performance of `mathieucarbou/ESPAsyncWebServer @ 3.4.5`:
118
118
> autocannon -c 10 -w 10 -d 20 http://192.168.4.1
119
119
```
120
120
121
- With ` mathieucarbou/AsyncTCP @ 3.3.1 `
121
+ With ` mathieucarbou/AsyncTCP @ 3.3.2 `
122
122
123
123
[ ![ ] ( https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png )] ( https://mathieu.carbou.me/ESPAsyncWebServer/perf-c10.png )
124
124
Original file line number Diff line number Diff line change 32
32
{
33
33
"owner" : " mathieucarbou" ,
34
34
"name" : " AsyncTCP" ,
35
- "version" : " ^3.3.1 " ,
35
+ "version" : " ^3.3.2 " ,
36
36
"platforms" : " espressif32"
37
37
},
38
38
{
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ lib_deps =
31
31
; bblanchon/ArduinoJson @ 5.13.4
32
32
; bblanchon/ArduinoJson @ 6.21.5
33
33
bblanchon/ArduinoJson @ 7.3.0
34
- mathieucarbou/AsyncTCP @ 3.3.1
34
+ mathieucarbou/AsyncTCP @ 3.3.2
35
35
board = esp32dev
36
36
board_build.partitions = partitions-4MB.csv
37
37
board_build.filesystem = littlefs
@@ -49,7 +49,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
49
49
; board = esp32-s3-devkitc-1
50
50
; board = esp32-c6-devkitc-1
51
51
lib_deps =
52
- mathieucarbou/AsyncTCP @ 3.3.1
52
+ mathieucarbou/AsyncTCP @ 3.3.2
53
53
54
54
[env:arduino-310]
55
55
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10/platform-espressif32.zip
@@ -102,7 +102,7 @@ board = ${sysenv.PIO_BOARD}
102
102
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
103
103
board = ${sysenv.PIO_BOARD}
104
104
lib_deps =
105
- mathieucarbou/AsyncTCP @ 3.3.1
105
+ mathieucarbou/AsyncTCP @ 3.3.2
106
106
107
107
[env:ci-arduino-310]
108
108
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10/platform-espressif32.zip
You can’t perform that action at this time.
0 commit comments