mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-01 17:08:49 +00:00
Fix FQBN
This commit is contained in:
parent
13a77e7907
commit
82e0890d8d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/compile-sketch.yml
vendored
4
.github/workflows/compile-sketch.yml
vendored
|
@ -17,9 +17,9 @@ jobs:
|
|||
uses: arduino/compile-sketches@v1
|
||||
with:
|
||||
platforms: |
|
||||
- name: "rp2040:rp2040:rpipico"
|
||||
- name: "rp2040:rp2040"
|
||||
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
|
||||
fqbn: rp2040:rp2040
|
||||
fqbn: rp2040:rp2040:rpipico
|
||||
sketch-paths: |
|
||||
- firmware/
|
||||
libraries: |
|
||||
|
|
Loading…
Reference in a new issue