mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 08:06:46 +01:00
change ESPAsyncWebServer libraries to esphome version (thanks, @koswolf)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user