Skip to content

Commit 99d8cf5

Browse files
committed
Add Metro RP2350 builds
1 parent 4093c96 commit 99d8cf5

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

.github/workflows/release-offline.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,11 @@ jobs:
177177
strategy:
178178
fail-fast: false
179179
matrix:
180-
arduino-platform: ["pico_rp2040_tinyusb", "pico_rp2350_tinyusb", "feather_rp2040_adalogger_tinyusb"]
180+
arduino-platform: ["pico_rp2040_tinyusb",
181+
"pico_rp2350_tinyusb",
182+
"feather_rp2040_adalogger_tinyusb",
183+
"metro_rp2350_tinyusb"
184+
]
181185
steps:
182186
- uses: actions/setup-python@v5
183187
with:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

src/Wippersnapper_demo.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
// All text above must be included in any redistribution.
1010

1111
#include "ws_adapters.h"
12-
// ws_adapter_wifi wipper;
13-
// Uncomment the following line to use the offline adapter for Pico
14-
ws_adapter_offline wipper;
12+
ws_adapter_wifi wipper;
13+
// Uncomment the following line to use the offline adapter for Pico
14+
// ws_adapter_offline wipper;
1515
#define WS_DEBUG // Enable debug output!
1616

1717
void setup() {

0 commit comments

Comments
 (0)