Skip to content

Commit 8b6d9de

Browse files
committed
ESP32Async/ESPAsyncWebServer @ 3.10.0
1 parent 7ba5c02 commit 8b6d9de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{
2626
"owner": "ESP32Async",
2727
"name": "ESPAsyncWebServer",
28-
"version": "^3.9.6",
28+
"version": "^3.10.0",
2929
"platforms": ["espressif8266", "espressif32"]
3030
},
3131
{

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lib_ldf_mode = chain
2626
lib_deps =
2727
bblanchon/ArduinoJson @ 7.4.2
2828
ESP32Async/AsyncTCP @ 3.4.10
29-
ESP32Async/ESPAsyncWebServer @ 3.9.6
29+
ESP32Async/ESPAsyncWebServer @ 3.10.0
3030
upload_protocol = esptool
3131
monitor_speed = 115200
3232
monitor_filters = esp32_exception_decoder, log2file
@@ -44,7 +44,7 @@ board = ${sysenv.PIO_BOARD}
4444
lib_deps =
4545
bblanchon/ArduinoJson @ 7.4.2
4646
ESP32Async/ESPAsyncTCP @ ^2.0.0
47-
ESP32Async/ESPAsyncWebServer @ 3.9.6
47+
ESP32Async/ESPAsyncWebServer @ 3.10.0
4848
vshymanskyy/Preferences @ 2.1.0
4949

5050
; DEV
@@ -61,7 +61,7 @@ board = huzzah
6161
lib_deps =
6262
bblanchon/ArduinoJson @ 7.4.2
6363
ESP32Async/ESPAsyncTCP @ ^2.0.0
64-
ESP32Async/ESPAsyncWebServer @ 3.9.6
64+
ESP32Async/ESPAsyncWebServer @ 3.10.0
6565
vshymanskyy/Preferences @ 2.1.0
6666

6767
; ETH: esp32-poe

0 commit comments

Comments
 (0)