File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Wippersnapper_demo_offline_netiface
Wippersnapper_demo_offline_nonetiface Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212#include " ws_adapters.h"
1313ws_adapter_offline wipper;
1414#define WS_DEBUG // Enable debug output!
15+ #define BUILD_OFFLINE_ONLY
1516
1617void setup () {
1718 Serial.begin (115200 );
Original file line number Diff line number Diff line change 1- // Adafruit IO WipperSnapper
2- // USE ONLY WITH DEVICES WITHOUT A NETWORK ADAPTER LIKE RP2040 PICO
1+ // Adafruit IO WipperSnapper - Offline Mode
2+ // USE ONLY WITH DEVICES WITH A NETWORK ADAPTER LIKE ESP32-x
33//
44// Adafruit invests time and resources providing this open source code.
55// Please support Adafruit and open source hardware by purchasing
1010// All text above must be included in any redistribution.
1111
1212#include " ws_adapters.h"
13- ws_adapter_offline wipper;
13+ ws_adapter_wifi wipper;
1414#define WS_DEBUG // Enable debug output!
1515#define BUILD_OFFLINE_ONLY
1616
You can’t perform that action at this time.
0 commit comments