From 4cf249477bc0053b9332665a2b57e1d8fef9eba8 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 8 Feb 2025 12:35:31 +0100 Subject: [PATCH] Add board option --- .github/workflows/compile-sketch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 313c6c1..de0de52 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -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