We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0992e0e commit 00dc3ffCopy full SHA for 00dc3ff
.github/workflows/main.yml
@@ -34,6 +34,6 @@ jobs:
34
- name: Install library dependencies
35
run: pio lib -g install "paulstoffregen/Time@^1.6"
36
- name: Run PlatformIO
37
- run: pio ci --lib="." --board=nodemcuv2 --board=d1_mini --board=esp-wrover-kit
+ run: pio ci --lib="." --board=nodemcuv2 --board=d1_mini --board=esp-wrover-kit --board=esp32doit-devkit-v1
38
env:
39
PLATFORMIO_CI_SRC: ${{ matrix.example }}
0 commit comments