From 83e4b29a78bb7f6e677485325bff6fd1c71f6288 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Mon, 12 Oct 2020 22:21:37 +0100 Subject: [PATCH] Ckean lost buffer --- WifiInterface.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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