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