From 268736b40b5c4ae6ea7a4685156756379758f5e1 Mon Sep 17 00:00:00 2001 From: Nic Limper Date: Sun, 7 Apr 2024 12:38:35 +0200 Subject: [PATCH] change ESPAsyncWebServer libraries to esphome version (thanks, @koswolf) --- ESP32_AP-Flasher/platformio.ini | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/ESP32_AP-Flasher/platformio.ini b/ESP32_AP-Flasher/platformio.ini index d22a6b36..e822897a 100644 --- a/ESP32_AP-Flasher/platformio.ini +++ b/ESP32_AP-Flasher/platformio.ini @@ -4,12 +4,8 @@ platform = espressif32 framework = arduino lib_deps = - ; original ESPAsyncWebServer - ; https://github.com/me-no-dev/ESPAsyncWebServer - - ; alternative AsyncTCP + ESPAsyncwebserver fork - https://github.com/yubox-node-org/ESPAsyncWebServer#yuboxfixes-0xFEEDC0DE64-cleanup - https://github.com/yubox-node-org/AsyncTCPSock + https://github.com/esphome/ESPAsyncWebServer + https://github.com/esphome/AsyncTCP bblanchon/ArduinoJson@^6.19.4 bodmer/TFT_eSPI @@ -18,9 +14,6 @@ lib_deps = https://github.com/nlimper/QRCodeGenerator fastled/FastLED https://github.com/MajenkoLibraries/SoftSPI -lib_ignore = - ; Replaced with better version (AsyncTCPSock) - AsyncTCP platform_packages = board_build.filesystem = littlefs monitor_filters = esp32_exception_decoder