We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583227a commit b6481b5Copy full SHA for b6481b5
1 file changed
.github/workflows/ci.yml
@@ -68,6 +68,9 @@ jobs:
68
- name: Install PlatformIO
69
run: pip install -U platformio
70
71
+ - name: Install Python dependencies for ESP32
72
+ run: pip install intelhex
73
+
74
- name: Install Arduino Core for ESP8266
75
run: platformio platform install espressif8266
76
@@ -93,7 +96,7 @@ jobs:
93
96
pio pkg install -g --library "https://github.com/marvinroger/arduino-sonoff-dual.git" || true
94
97
95
98
- name: Build ${{ matrix.example }}
- run: platformio ci ./examples/${{ matrix.example }} --board=esp01_1m --board=nodemcuv2 --board=esp32dev --lib="."
99
+ run: platformio ci ./examples/${{ matrix.example }} --board=esp01_1m --board=nodemcuv2 --board=esp32dev --lib="." --project-option="lib_ignore=AsyncTCP_RP2040W"
100
101
generate-docs:
102
name: Generate Documentation
0 commit comments