add clients

pico-mitt
alanbjohnston 3 years ago committed by GitHub
parent dda6518ef5
commit 28dd8392ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,6 +67,8 @@ unsigned long micros3;
//WiFiServer server(port); //WiFiServer server(port);
//WiFiClient client; //WiFiClient client;
WiFiClient net;
MQTTClient client;
//#define PICO_W // define if Pico W board. Otherwise, compilation fail for Pico or runtime fail if compile as Pico W //#define PICO_W // define if Pico W board. Otherwise, compilation fail for Pico or runtime fail if compile as Pico W

Loading…
Cancel
Save

Powered by TurnKey Linux.