Skip to content

Commit

Permalink
Add Metro RP2350 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 26, 2025
1 parent 4093c96 commit 99d8cf5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,11 @@ jobs:
strategy:
fail-fast: false
matrix:
arduino-platform: ["pico_rp2040_tinyusb", "pico_rp2350_tinyusb", "feather_rp2040_adalogger_tinyusb"]
arduino-platform: ["pico_rp2040_tinyusb",
"pico_rp2350_tinyusb",
"feather_rp2040_adalogger_tinyusb",
"metro_rp2350_tinyusb"
]
steps:
- uses: actions/setup-python@v5
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

6 changes: 3 additions & 3 deletions src/Wippersnapper_demo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
// All text above must be included in any redistribution.

#include "ws_adapters.h"
// ws_adapter_wifi wipper;
// Uncomment the following line to use the offline adapter for Pico
ws_adapter_offline wipper;
ws_adapter_wifi wipper;
// Uncomment the following line to use the offline adapter for Pico
// ws_adapter_offline wipper;
#define WS_DEBUG // Enable debug output!

void setup() {
Expand Down

0 comments on commit 99d8cf5

Please sign in to comment.