Skip to content

Commit

Permalink
Add FQBN
Browse files Browse the repository at this point in the history
  • Loading branch information
david-griffith authored Feb 25, 2024
1 parent 0967674 commit e8c6e53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:
- uses: actions/checkout@v2
- uses: arduino/compile-sketches@v1.1.0
with:
fqbn: "adafruit:samd:adafruit_pyportal_m4_titano"
platforms: |
- name: arduino:samd
- source-url: "https://adafruit.github.io/arduino-board-index/package_adafruit_index.json"
name: "adafruit:samd"
- name: "adafruit:samd"
source-url: "https://adafruit.github.io/arduino-board-index/package_adafruit_index.json"
sketch-paths: |
- ./HotWaterController.ino
libraries: |
Expand Down

0 comments on commit e8c6e53

Please sign in to comment.