1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 08:06:13 +01:00

Ckean lost buffer

This commit is contained in:
Asbelos 2020-10-12 22:21:37 +01:00
parent 3fe04c1a0e
commit 83e4b29a78

View File

@ -50,8 +50,6 @@ private:
static int datalength; static int datalength;
static int connectionId; static int connectionId;
static unsigned long loopTimeoutStart; 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 #endif