Add offline skip/generate files

This commit is contained in:
brentru 2025-02-12 11:16:52 -05:00
parent 31533af591
commit 340e3f880b
45 changed files with 62 additions and 20 deletions

View file

@ -115,13 +115,13 @@ jobs:
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
build-rp2040:
name: 🏗RP2040
name: 🏗RP2040, RP2350
runs-on: ubuntu-latest
if: github.event.release.target_commitish == 'offline-mode' # Runs only if release is from offline-mode
strategy:
fail-fast: false
matrix:
arduino-platform: ["picow_rp2040_tinyusb", "picow_rp2350_tinyusb"]
arduino-platform: ["pico_rp2040_tinyusb", "pico_rp2350_tinyusb"]
steps:
- uses: actions/setup-python@v5
with:

Binary file not shown.

View file

@ -0,0 +1 @@

View file

@ -0,0 +1 @@

View file

@ -1,35 +1,24 @@
// Adafruit IO WipperSnapper Beta
//
//
// NOTE: This software is a BETA release and in active development.
// Please report bugs or errors to https://github.com/adafruit/Adafruit_Wippersnapper_Arduino/issues
//
// Adafruit IO WipperSnapper
//
// Adafruit invests time and resources providing this open source code.
// Please support Adafruit and open source hardware by purchasing
// products from Adafruit!
//
// Brent Rubell for Adafruit Industries, 2021-2022
// Brent Rubell for Adafruit Industries, 2020-2025
//
// All text above must be included in any redistribution.
#include "Wippersnapper_Networking.h"
#include "ws_adapters.h"
ws_adapter_wifi wipper;
// Enable debug output for beta builds
#define WS_DEBUG
#define WS_DEBUG // Enable debug output!
void setup() {
// Provisioning must occur prior to serial init.
wipper.provision();
Serial.begin(115200);
while (!Serial) delay(10);
wipper.provision();
wipper.connect();
}
void loop() {
//wipper.run();
wipper.run();
}

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,2 @@

View file

@ -0,0 +1,2 @@

View file

@ -0,0 +1 @@

View file

@ -0,0 +1 @@

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,3 @@

View file

@ -0,0 +1 @@

View file

@ -0,0 +1 @@

View file

@ -0,0 +1 @@

View file

@ -0,0 +1 @@

View file

@ -1,4 +1,5 @@
// Adafruit IO WipperSnapper - FULL OFFLINE BUILD for Devices w/o a Network Connection
// Adafruit IO WipperSnapper
// USE ONLY WITH DEVICES WITHOUT A NETWORK ADAPTER LIKE RP2040 PICO
//
// Adafruit invests time and resources providing this open source code.
// Please support Adafruit and open source hardware by purchasing