Skip to content

Commit

Permalink
Fix build command for ESP32 Mini
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 1, 2024
1 parent b52e2a7 commit addfaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Build MPU9250 example for ESP32
run: cd examples/MPU9250 && arduino-cli compile --fqbn esp32:esp32:esp32
- name: Build MPU9250 example for ESP32 D1 Mini
run: cd examples/MPU9250 && arduino-cli compile --fqbn esp32:esp32:d1_mini
run: cd examples/MPU9250 && arduino-cli compile --fqbn esp32:esp32:d1_mini32
- name: Build MPU9250 example for ESP8266
run: cd examples/MPU9250 && arduino-cli compile --fqbn esp8266:esp8266:nodemcuv2

0 comments on commit addfaaf

Please sign in to comment.