Skip to content

Commit

Permalink
Remove SBUS example building for 8266 and Nano as they don't have Ser…
Browse files Browse the repository at this point in the history
…ial2
  • Loading branch information
okalachev committed Apr 1, 2024
1 parent 80d755f commit a64dbdd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@ jobs:
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 a64dbdd

Please sign in to comment.