Skip to content

Commit ec229aa

Browse files
committed
Restore demo
1 parent eda059e commit ec229aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Wippersnapper_demo.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
// Adafruit IO WipperSnapper - Offline Mode
2-
// USE ONLY WITH DEVICES WITH A NETWORK ADAPTER LIKE ESP32-x
1+
// Adafruit IO WipperSnapper
32
//
43
// Adafruit invests time and resources providing this open source code.
54
// Please support Adafruit and open source hardware by purchasing
65
// products from Adafruit!
76
//
8-
// Brent Rubell for Adafruit Industries, 2025
7+
// Brent Rubell for Adafruit Industries, 2020-2025
98
//
109
// All text above must be included in any redistribution.
1110

1211
#include "ws_adapters.h"
13-
ws_adapter_offline wipper;
12+
ws_adapter_wifi wipper;
13+
1414
#define WS_DEBUG // Enable debug output!
1515

1616
void setup() {

0 commit comments

Comments
 (0)