Skip to content

Commit d7ce919

Browse files
committed
ESP32Async/ESPAsyncWebServer @ 3.7.7
1 parent b35ebee commit d7ce919

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.6",
28+
"version": "^3.7.7",
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.1
2828
ESP32Async/AsyncTCP @ ^3.4.0
29-
ESP32Async/ESPAsyncWebServer @ 3.7.6
29+
ESP32Async/ESPAsyncWebServer @ 3.7.7
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.1
4646
ESP32Async/ESPAsyncTCP @ ^2.0.0
47-
ESP32Async/ESPAsyncWebServer @ 3.7.6
47+
ESP32Async/ESPAsyncWebServer @ 3.7.7
4848
vshymanskyy/Preferences @ 2.1.0
4949

5050
; DEV
@@ -66,7 +66,7 @@ board = huzzah
6666
lib_deps =
6767
bblanchon/ArduinoJson @ 7.4.1
6868
ESP32Async/ESPAsyncTCP @ ^2.0.0
69-
ESP32Async/ESPAsyncWebServer @ 3.7.6
69+
ESP32Async/ESPAsyncWebServer @ 3.7.7
7070
vshymanskyy/Preferences @ 2.1.0
7171

7272
; ETH: esp32-poe

0 commit comments

Comments
 (0)