Skip to content

Commit 604833b

Browse files
committed
ESP32Async/ESPAsyncWebServer @ 3.7.10
1 parent f53bc78 commit 604833b

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.7.8",
28+
"version": "^3.7.10",
2929
"platforms": ["espressif8266", "espressif32"]
3030
},
3131
{

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lib_ldf_mode = chain
2727
lib_deps =
2828
bblanchon/ArduinoJson @ 7.4.2
2929
ESP32Async/AsyncTCP @ ^3.4.6
30-
ESP32Async/ESPAsyncWebServer @ 3.7.8
30+
ESP32Async/ESPAsyncWebServer @ 3.7.10
3131
upload_protocol = esptool
3232
monitor_speed = 115200
3333
monitor_filters = esp32_exception_decoder, log2file
@@ -45,7 +45,7 @@ board = ${sysenv.PIO_BOARD}
4545
lib_deps =
4646
bblanchon/ArduinoJson @ 7.4.2
4747
ESP32Async/ESPAsyncTCP @ ^2.0.0
48-
ESP32Async/ESPAsyncWebServer @ 3.7.8
48+
ESP32Async/ESPAsyncWebServer @ 3.7.10
4949
vshymanskyy/Preferences @ 2.1.0
5050

5151
; DEV
@@ -67,7 +67,7 @@ board = huzzah
6767
lib_deps =
6868
bblanchon/ArduinoJson @ 7.4.2
6969
ESP32Async/ESPAsyncTCP @ ^2.0.0
70-
ESP32Async/ESPAsyncWebServer @ 3.7.8
70+
ESP32Async/ESPAsyncWebServer @ 3.7.10
7171
vshymanskyy/Preferences @ 2.1.0
7272

7373
; ETH: esp32-poe

0 commit comments

Comments
 (0)