Skip to content

Commit 6b7dd31

Browse files
committed
ESP32Async/ESPAsyncWebServer @ 3.7.8
1 parent dc63b04 commit 6b7dd31

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.7",
28+
"version": "^3.7.8",
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.1
2929
ESP32Async/AsyncTCP @ ^3.4.4
30-
ESP32Async/ESPAsyncWebServer @ 3.7.7
30+
ESP32Async/ESPAsyncWebServer @ 3.7.8
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.1
4747
ESP32Async/ESPAsyncTCP @ ^2.0.0
48-
ESP32Async/ESPAsyncWebServer @ 3.7.7
48+
ESP32Async/ESPAsyncWebServer @ 3.7.8
4949
vshymanskyy/Preferences @ 2.1.0
5050

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

7373
; ETH: esp32-poe

0 commit comments

Comments
 (0)