Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ framework = arduino
extends = common
lib_deps =
${common.lib_deps}
me-no-dev/ESP Async WebServer@1.2.3
ESP32Async/ESPAsyncWebServer @ 3.6.0

;
; Build settings shared across all ESP32 targets. These are appended to or overridden by the target-specific settings.
Expand All @@ -83,9 +83,7 @@ build_flags =
-D CORE_DEBUG_LEVEL=0
lib_deps =
${common.lib_deps}
; latest master required for ESP32 because released version causes linker failures
; https://github.com/me-no-dev/ESPAsyncWebServer/pull/999
https://github.com/me-no-dev/ESPAsyncWebServer.git
ESP32Async/ESPAsyncWebServer @ 3.6.0

;
; ESP8266 targets
Expand Down
Loading