pico-v0.1
alanbjohnston 4 years ago committed by GitHub
parent 45ae7e44f2
commit 6fd4047a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -160,8 +160,6 @@ void configure_wifi();
#define STAPSK "picoPassword"
#endif
WiFiServer server(port);
WiFiClient client;
const char* ssid = STASSID;
const char* password = STAPSK;
int port = 7373;

Loading…
Cancel
Save

Powered by TurnKey Linux.