Skip to content

Commit cbbd4aa

Browse files
committed
ESP32Async/ESPAsyncWebServer@^3.7.2
1 parent e8f998d commit cbbd4aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{
2626
"owner": "ESP32Async",
2727
"name": "ESPAsyncWebServer",
28-
"version": "^3.7.1",
28+
"version": "^3.7.2",
2929
"platforms": ["espressif8266", "espressif32"]
3030
},
3131
{

platformio.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lib_ldf_mode = chain
2626
lib_deps =
2727
bblanchon/ArduinoJson @ 7.3.1
2828
ESP32Async/AsyncTCP @ ^3.3.6
29-
ESP32Async/ESPAsyncWebServer @ 3.7.1
29+
ESP32Async/ESPAsyncWebServer @ 3.7.2
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.3.1
4646
ESP32Async/ESPAsyncTCP @ ^2.0.0
47-
ESP32Async/ESPAsyncWebServer @ 3.7.1
47+
ESP32Async/ESPAsyncWebServer @ 3.7.2
4848
vshymanskyy/Preferences @ 2.1.0
4949

5050
; DEV
@@ -69,7 +69,7 @@ board = huzzah
6969
lib_deps =
7070
bblanchon/ArduinoJson @ 7.3.1
7171
ESP32Async/ESPAsyncTCP @ ^2.0.0
72-
ESP32Async/ESPAsyncWebServer @ 3.7.1
72+
ESP32Async/ESPAsyncWebServer @ 3.7.2
7373
vshymanskyy/Preferences @ 2.1.0
7474

7575
; ETH: esp32-poe

0 commit comments

Comments
 (0)