Skip to content

Commit 835b601

Browse files
committed
putback demo code
1 parent f0abfa5 commit 835b601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Wippersnapper_demo.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
// All text above must be included in any redistribution.
1010

1111
#include "ws_adapters.h"
12-
//ws_adapter_wifi wipper;
12+
ws_adapter_wifi wipper;
1313
// Uncomment the following line to use the offline adapter for Pico
14-
ws_adapter_offline wipper;
14+
// ws_adapter_offline wipper;
1515

1616
#define WS_DEBUG // Enable debug output!
1717

0 commit comments

Comments
 (0)