Skip to content

Commit d44f9eb

Browse files
committed
Upgrade ESPAsyncWebServer to match version used upstream
1 parent e9d07d6 commit d44f9eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ lib_deps =
260260
;; https://github.com/softhack007/FastLED.git#ESP32-C6 ;; patched version needed for -C6
261261
IRremoteESP8266 @ 2.8.2
262262
;;makuna/NeoPixelBus @ 2.7.5 ;; WLEDMM will be added in board specific sections
263-
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.2.1 ;; newer with bugfixes and stability improvements
263+
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.0
264264
#For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line
265265
#TFT_eSPI
266266
#For compatible OLED display uncomment following
@@ -338,7 +338,7 @@ lib_deps_compat =
338338
fastled/FastLED @ 3.6.0
339339
IRremoteESP8266 @ 2.8.2
340340
makuna/NeoPixelBus @ 2.7.9
341-
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.2.1
341+
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.0
342342

343343

344344
[esp32]

0 commit comments

Comments
 (0)