Skip to content

Commit 385537f

Browse files
committed
nonet update
1 parent 0ece23b commit 385537f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/Wippersnapper_demo_offline_netiface/Wippersnapper_demo_offline_netiface.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "ws_adapters.h"
1313
ws_adapter_offline wipper;
1414
#define WS_DEBUG // Enable debug output!
15+
#define BUILD_OFFLINE_ONLY
1516

1617
void setup() {
1718
Serial.begin(115200);

examples/Wippersnapper_demo_offline_nonetiface/Wippersnapper_demo_offline_nonetiface.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -10,7 +10,7 @@
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

0 commit comments

Comments
 (0)