We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ae466 commit 736ea0bCopy full SHA for 736ea0b
1 file changed
.github/workflows/ci.yml
@@ -83,8 +83,8 @@ jobs:
83
pio pkg install -g --library "ArduinoJson@~6.11.4"
84
pio pkg install -g --library "AsyncMqttClient@^0.8.0"
85
pio pkg install -g --library "Bounce2@^2.1.0"
86
- # Note: ESP Async WebServer is NOT installed globally to avoid platform conflicts
87
- # It will be resolved per-platform by platformio ci based on library.json
+ # Install ESP Async WebServer from GitHub (compatible with ESP8266 and ESP32)
+ pio pkg install -g --library "https://github.com/me-no-dev/ESPAsyncWebServer.git"
88
89
- name: Install example dependencies
90
continue-on-error: true
0 commit comments