Add offline skip/generate files
This commit is contained in:
parent
31533af591
commit
340e3f880b
45 changed files with 62 additions and 20 deletions
4
.github/workflows/release-caller-offline.yml
vendored
4
.github/workflows/release-caller-offline.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
BIN
examples/Wippersnapper_NoFS/.DS_Store
vendored
BIN
examples/Wippersnapper_NoFS/.DS_Store
vendored
Binary file not shown.
1
examples/Wippersnapper_demo/.pico_rp2040_tinyusb.skip
Normal file
1
examples/Wippersnapper_demo/.pico_rp2040_tinyusb.skip
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
examples/Wippersnapper_demo/.pico_rp2350_tinyusb.skip
Normal file
1
examples/Wippersnapper_demo/.pico_rp2350_tinyusb.skip
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -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();
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
2
examples/Wippersnapper_demo_offline/.funhouse.test.skip
Normal file
2
examples/Wippersnapper_demo_offline/.funhouse.test.skip
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
examples/Wippersnapper_demo_offline/.magtag.test.skip
Normal file
1
examples/Wippersnapper_demo_offline/.magtag.test.skip
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue