From 6fd4047a66777fbd9b9fffb4fcadee0eee4a301a Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 22 Jul 2022 17:36:46 -0400 Subject: [PATCH] typo --- cubesatsim/cubesatsim.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 268f9eca..022e7c8b 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -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;