diff --git a/WifiInterface.h b/WifiInterface.h index b2bdd20..d474716 100644 --- a/WifiInterface.h +++ b/WifiInterface.h @@ -50,8 +50,6 @@ private: static int datalength; static int connectionId; static unsigned long loopTimeoutStart; - static const byte MAX_WIFI_BUFFER = 250; - static byte buffer[MAX_WIFI_BUFFER + 1]; - static MemStream * streamer; + static MemStream * streamer; }; #endif