We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda059e commit ec229aaCopy full SHA for ec229aa
src/Wippersnapper_demo.ino
@@ -1,16 +1,16 @@
1
-// Adafruit IO WipperSnapper - Offline Mode
2
-// USE ONLY WITH DEVICES WITH A NETWORK ADAPTER LIKE ESP32-x
+// Adafruit IO WipperSnapper
3
//
4
// Adafruit invests time and resources providing this open source code.
5
// Please support Adafruit and open source hardware by purchasing
6
// products from Adafruit!
7
8
-// Brent Rubell for Adafruit Industries, 2025
+// Brent Rubell for Adafruit Industries, 2020-2025
9
10
// All text above must be included in any redistribution.
11
12
#include "ws_adapters.h"
13
-ws_adapter_offline wipper;
+ws_adapter_wifi wipper;
+
14
#define WS_DEBUG // Enable debug output!
15
16
void setup() {
0 commit comments