Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanForever committed Oct 8, 2022
1 parent 07bea51 commit b9a5790
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/xiao2040/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ inputs:
default: "IDENTITY_M_SEEEDUINO_XAIO_RP2040"
fqbn:
description: "Fully qualified board name"
default: "Seeeduino:rp2040:Seeed_XIAO_RP2040"
default: "rp2040:rp2040:seeed_xiao_rp2040"
board-provider-uri:
type: string
default: https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
default: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
board-id:
type: string
default: Seeeduino:rp2040@1.12.0
default: rp2040:rp2040@2.5.4
expected-binary-filename:
type: string
default: Device.ino.uf2
additional-compile-flags:
type: string
default: -DPIN_SPI0_SCK=8 -DPIN_SPI0_MOSI=10 -DPIN_SPI0_MISO=9
default: -DARDUINO_RASPBERRY_PI_PICO
screen-driver:
required: true
version:
Expand Down

0 comments on commit b9a5790

Please sign in to comment.