This commit is contained in:
Jan-Henrik 2025-02-08 12:29:09 +01:00
parent 13a77e7907
commit 82e0890d8d

View file

@ -17,9 +17,9 @@ jobs:
uses: arduino/compile-sketches@v1 uses: arduino/compile-sketches@v1
with: with:
platforms: | platforms: |
- name: "rp2040:rp2040:rpipico" - name: "rp2040:rp2040"
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:rpipico
sketch-paths: | sketch-paths: |
- firmware/ - firmware/
libraries: | libraries: |