Skip to content

Commit

Permalink
Changed Arduino CI ESP32 board to ESP32-WROVER.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 14, 2024
1 parent 39d72c6 commit 1825abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: python3 -m pip install serial

- name: Build Arduino library
run: arduino-cli compile --fqbn esp32:esp32:esp32-poe-iso --library src --build-path build examples/full_example/full_example.ino
run: arduino-cli compile --fqbn esp32:esp32:esp32wrover --library src --build-path build examples/full_example/full_example.ino

0 comments on commit 1825abb

Please sign in to comment.