Skip to content

Commit

Permalink
Add SBUS example builds
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 1, 2024
1 parent 4b94652 commit 40c73a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ jobs:
run: cd examples/MPU9250 && arduino-cli compile --fqbn esp8266:esp8266:nodemcuv2
- name: Build MPU9250 example for Arduino Nano
run: cd examples/MPU9250 && arduino-cli compile --fqbn arduino:avr:nano
- name: Build SBUS example for ESP32
run: cd examples/SBUS && arduino-cli compile --fqbn esp32:esp32:esp32
- name: Build SBUS example for ESP32 D1 Mini
run: cd examples/SBUS && arduino-cli compile --fqbn esp32:esp32:d1_mini32
- name: Build SBUS example for ESP8266
run: cd examples/SBUS && arduino-cli compile --fqbn esp8266:esp8266:nodemcuv2
- name: Build SBUS example for Arduino Nano
run: cd examples/SBUS && arduino-cli compile --fqbn arduino:avr:nano

0 comments on commit 40c73a0

Please sign in to comment.