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.
This commit is contained in:
Frank
2023-04-15 21:33:06 +02:00
parent 2585b785d9
commit 0fd26cc783

View File

@@ -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