mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-01 17:08:49 +00:00
Add board option
This commit is contained in:
parent
82e0890d8d
commit
4cf249477b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/compile-sketch.yml
vendored
2
.github/workflows/compile-sketch.yml
vendored
|
@ -22,6 +22,8 @@ jobs:
|
|||
fqbn: rp2040:rp2040:rpipico
|
||||
sketch-paths: |
|
||||
- firmware/
|
||||
cli-compile-flags: |
|
||||
- --board-options "usbstack=tinyusb"
|
||||
libraries: |
|
||||
- name: Adafruit NeoPixel
|
||||
- name: Adafruit MPU6050
|
||||
|
|
Loading…
Reference in a new issue