Skip to content

Commit 00dc3ff

Browse files
committed
Add another ESP32 board
1 parent 0992e0e commit 00dc3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- name: Install library dependencies
3535
run: pio lib -g install "paulstoffregen/Time@^1.6"
3636
- name: Run PlatformIO
37-
run: pio ci --lib="." --board=nodemcuv2 --board=d1_mini --board=esp-wrover-kit
37+
run: pio ci --lib="." --board=nodemcuv2 --board=d1_mini --board=esp-wrover-kit --board=esp32doit-devkit-v1
3838
env:
3939
PLATFORMIO_CI_SRC: ${{ matrix.example }}

0 commit comments

Comments
 (0)