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 f0abfa5 commit 835b601Copy full SHA for 835b601
src/Wippersnapper_demo.ino
@@ -9,9 +9,9 @@
9
// All text above must be included in any redistribution.
10
11
#include "ws_adapters.h"
12
-//ws_adapter_wifi wipper;
+ws_adapter_wifi wipper;
13
// Uncomment the following line to use the offline adapter for Pico
14
-ws_adapter_offline wipper;
+// ws_adapter_offline wipper;
15
16
#define WS_DEBUG // Enable debug output!
17
0 commit comments