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