From 0fd26cc7838da287580dc9ca4e931620e28fac4a Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 15 Apr 2023 21:33:06 +0200 Subject: [PATCH] replace AC WebServer with lost-hope variant temporarily replace the webserver with a modified one that can also show .wled and .log files under /edit. --- platformio.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 741ef20c..d5196bb8 100644 --- a/platformio.ini +++ b/platformio.ini @@ -201,7 +201,8 @@ lib_compat_mode = strict lib_deps = fastled/FastLED @ 3.5.0 IRremoteESP8266 @ 2.8.2 - https://github.com/Aircoookie/ESPAsyncWebServer.git @ ~2.0.7 + ;;https://github.com/Aircoookie/ESPAsyncWebServer.git @ ~2.0.7 + https://github.com/lost-hope/ESPAsyncWebServer.git#master ;; WLEDMM to display .log and .wled files in /edit #For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line #TFT_eSPI #For use SSD1306 OLED display uncomment following @@ -328,7 +329,8 @@ lib_deps = fastled/FastLED @ 3.5.0 IRremoteESP8266 @ ~2.8.2 https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 - https://github.com/Aircoookie/ESPAsyncWebServer.git @ ~2.0.7 + ;;https://github.com/Aircoookie/ESPAsyncWebServer.git @ ~2.0.7 + https://github.com/lost-hope/ESPAsyncWebServer.git#master ;; WLEDMM to display .log and .wled files in /edit makuna/NeoPixelBus @ 2.7.3 ;; WLEDMM - new version is more stable on -C3 [esp32s3] @@ -347,8 +349,6 @@ build_flags = -g lib_deps = https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 ${env.lib_deps} - ;; currently we need the latest NeoPixelBus dev version, because it contains important bugfixes for -S3 - ;https://github.com/Makuna/NeoPixelBus.git#master ;; NPB 2.6.9 tends to crash whith IDF V4.4.3 -> use latest NeoPixelBus dev instead makuna/NeoPixelBus @ 2.7.3