Skip to content

Commit 9205787

Browse files
committed
putback old sketch
1 parent f13f8b7 commit 9205787

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Wippersnapper_demo.ino

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
// All text above must be included in any redistribution.
1010

1111
#include "ws_adapters.h"
12-
//ws_adapter_wifi wipper;
13-
// Uncomment the following line to use the offline adapter for Pico
14-
ws_adapter_offline wipper;
12+
ws_adapter_wifi wipper;
13+
1514
#define WS_DEBUG // Enable debug output!
1615

1716
void setup() {
@@ -20,4 +19,6 @@ void setup() {
2019
wipper.connect();
2120
}
2221

23-
void loop() { wipper.run(); }
22+
void loop() {
23+
wipper.run();
24+
}

0 commit comments

Comments
 (0)