File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 platform = espressif32
121121 board = esp32dev
122122 lib_deps =
123- https://github.com/ ESP32Async/AsyncTCP.git
123+ ESP32Async/ESPAsyncWebServer @ 3.10.0
124124 bblanchon/ArduinoJson@^6.21.0
125125 EOF
126126
Original file line number Diff line number Diff line change 1919 platform : [esp32dev]
2020 include :
2121 - platform : esp32dev
22- async-tcp-repo : " https://github.com/ ESP32Async/AsyncTCP.git "
22+ async-tcp-repo : " ESP32Async/ESPAsyncWebServer @ 3.10.0 "
2323 test-name : " latest"
2424
2525 steps :
@@ -178,7 +178,7 @@ jobs:
178178 framework = arduino
179179 $PLATFORM_PACKAGES
180180 lib_deps =
181- https://github.com/ ESP32Async/AsyncTCP.git
181+ ESP32Async/ESPAsyncWebServer @ 3.10.0
182182 bblanchon/ArduinoJson@^6.21.0
183183 EOF
184184
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Add to your `platformio.ini`:
3636
3737``` ini
3838lib_deps =
39- https://github.com/ ESP32Async/AsyncTCP.git
39+ ESP32Async/ESPAsyncWebServer @ 3.10.0
4040 https://github.com/playmiel/ESPAsyncWebClient.git
4141platform_packages =
4242 framework-arduinoespressif32@^3
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platform_packages =
77monitor_speed = 115200
88
99lib_deps =
10- https://github.com/ ESP32Async/AsyncTCP.git
10+ ESP32Async/ESPAsyncWebServer @ 3.10.0
1111
1212lib_extra_dirs = ../../../
1313
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ platform_packages =
77monitor_speed = 115200
88
99lib_deps =
10- https://github.com/ ESP32Async/AsyncTCP.git
10+ ESP32Async/ESPAsyncWebServer @ 3.10.0
1111
1212lib_extra_dirs = ../../../
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ platform_packages =
77monitor_speed = 115200
88
99lib_deps =
10- https://github.com/ ESP32Async/AsyncTCP.git
10+ ESP32Async/ESPAsyncWebServer @ 3.10.0
1111
1212lib_extra_dirs = ../../../
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ platform_packages =
77monitor_speed = 115200
88
99lib_deps =
10- https://github.com/ ESP32Async/AsyncTCP.git
10+ ESP32Async/ESPAsyncWebServer @ 3.10.0
1111
1212lib_extra_dirs = ../../../
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ platform_packages =
77monitor_speed = 115200
88
99lib_deps =
10- https://github.com/ ESP32Async/AsyncTCP.git
10+ ESP32Async/ESPAsyncWebServer @ 3.10.0
1111
1212lib_extra_dirs = ../../../
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ monitor_speed = 115200
1010build_flags = -DASYNC_HTTP_ENABLE_AUTOLOOP
1111
1212lib_deps =
13- https://github.com/ ESP32Async/AsyncTCP.git
13+ ESP32Async/ESPAsyncWebServer @ 3.10.0
1414
1515lib_extra_dirs = ../../../
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ platform_packages =
77monitor_speed = 115200
88
99lib_deps =
10- https://github.com/ ESP32Async/AsyncTCP.git
10+ ESP32Async/ESPAsyncWebServer @ 3.10.0
1111
1212lib_extra_dirs = ../../../
You can’t perform that action at this time.
0 commit comments