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;