Skip to content

Commit 44919d5

Browse files
committed
little correction
1 parent 11acfe3 commit 44919d5

13 files changed

Lines changed: 18 additions & 17 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add to your `platformio.ini`:
3636

3737
```ini
3838
lib_deps =
39-
https://github.com/ESP32Async/AsyncTCP.git
39+
ESP32Async/ESPAsyncWebServer @ 3.10.0
4040
https://github.com/playmiel/ESPAsyncWebClient.git
4141
platform_packages =
4242
framework-arduinoespressif32@^3

examples/platformio/CompileTest/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ platform_packages =
77
monitor_speed = 115200
88

99
lib_deps =
10-
https://github.com/ESP32Async/AsyncTCP.git
10+
ESP32Async/ESPAsyncWebServer @ 3.10.0
1111

1212
lib_extra_dirs = ../../../
1313

examples/platformio/CustomHeaders/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ platform_packages =
77
monitor_speed = 115200
88

99
lib_deps =
10-
https://github.com/ESP32Async/AsyncTCP.git
10+
ESP32Async/ESPAsyncWebServer @ 3.10.0
1111

1212
lib_extra_dirs = ../../../

examples/platformio/MultipleRequests/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ platform_packages =
77
monitor_speed = 115200
88

99
lib_deps =
10-
https://github.com/ESP32Async/AsyncTCP.git
10+
ESP32Async/ESPAsyncWebServer @ 3.10.0
1111

1212
lib_extra_dirs = ../../../

examples/platformio/PostWithData/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ platform_packages =
77
monitor_speed = 115200
88

99
lib_deps =
10-
https://github.com/ESP32Async/AsyncTCP.git
10+
ESP32Async/ESPAsyncWebServer @ 3.10.0
1111

1212
lib_extra_dirs = ../../../

examples/platformio/SimpleGet/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ platform_packages =
77
monitor_speed = 115200
88

99
lib_deps =
10-
https://github.com/ESP32Async/AsyncTCP.git
10+
ESP32Async/ESPAsyncWebServer @ 3.10.0
1111

1212
lib_extra_dirs = ../../../

examples/platformio/SimpleHttpsGet/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ monitor_speed = 115200
1010
build_flags = -DASYNC_HTTP_ENABLE_AUTOLOOP
1111

1212
lib_deps =
13-
https://github.com/ESP32Async/AsyncTCP.git
13+
ESP32Async/ESPAsyncWebServer @ 3.10.0
1414

1515
lib_extra_dirs = ../../../

examples/platformio/StreamingUpload/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ platform_packages =
77
monitor_speed = 115200
88

99
lib_deps =
10-
https://github.com/ESP32Async/AsyncTCP.git
10+
ESP32Async/ESPAsyncWebServer @ 3.10.0
1111

1212
lib_extra_dirs = ../../../

0 commit comments

Comments
 (0)