putback old sketch

This commit is contained in:
brentru 2025-04-10 14:23:06 -04:00
parent f13f8b7618
commit 9205787459

View file

@ -9,9 +9,8 @@
// All text above must be included in any redistribution.
#include "ws_adapters.h"
//ws_adapter_wifi wipper;
// Uncomment the following line to use the offline adapter for Pico
ws_adapter_offline wipper;
ws_adapter_wifi wipper;
#define WS_DEBUG // Enable debug output!
void setup() {
@ -20,4 +19,6 @@ void setup() {
wipper.connect();
}
void loop() { wipper.run(); }
void loop() {
wipper.run();
}