Skip to content

Commit 9ca968b

Browse files
committed
ESP32Async/ESPAsyncWebServer @ 3.10.0
1 parent 02ff182 commit 9ca968b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"owner": "ESP32Async",
2525
"name": "ESPAsyncWebServer",
26-
"version": "^3.9.6",
26+
"version": "^3.10.0",
2727
"platforms": ["espressif8266", "espressif32"]
2828
}
2929
],

platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lib_compat_mode = strict
1818
lib_ldf_mode = deep
1919
lib_deps =
2020
ESP32Async/AsyncTCP @ 3.4.10
21-
ESP32Async/ESPAsyncWebServer @ 3.9.6
21+
ESP32Async/ESPAsyncWebServer @ 3.10.0
2222
upload_protocol = esptool
2323
monitor_speed = 115200
2424
monitor_filters = esp32_exception_decoder, log2file
@@ -53,7 +53,7 @@ board = huzzah
5353
; board = d1_mini
5454
lib_deps =
5555
ESP32Async/ESPAsyncTCP @ ^2.0.0
56-
ESP32Async/ESPAsyncWebServer @ 3.9.6
56+
ESP32Async/ESPAsyncWebServer @ 3.10.0
5757

5858
[env:data-logger]
5959
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.37/platform-espressif32.zip
@@ -62,7 +62,7 @@ lib_deps =
6262
ESPmDNS
6363
bblanchon/ArduinoJson @ 7.4.2
6464
ESP32Async/AsyncTCP @ ^3.4.10
65-
ESP32Async/ESPAsyncWebServer @ 3.9.6
65+
ESP32Async/ESPAsyncWebServer @ 3.10.0
6666
mathieucarbou/MycilaESPConnect @ 10.6.0
6767
build_flags =
6868
${env.build_flags}
@@ -84,4 +84,4 @@ platform = espressif8266
8484
board = ${sysenv.PIO_BOARD}
8585
lib_deps =
8686
ESP32Async/ESPAsyncTCP @ ^2.0.0
87-
ESP32Async/ESPAsyncWebServer @ 3.9.6
87+
ESP32Async/ESPAsyncWebServer @ 3.10.0

0 commit comments

Comments
 (0)