1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-29 10:23:45 +02:00

move WiFiESP::loop() to core 1

This commit is contained in:
Harald Barth
2022-08-16 12:25:49 +02:00
parent 162e1f9d3e
commit b9c1e779ae
7 changed files with 37 additions and 33 deletions

View File

@@ -47,8 +47,6 @@ private:
static StringBuffer * broadcastBufferWriter;
#ifdef CD_HANDLE_RING
static RingStream * ring;
static const byte NO_CLIENT=255; //XXX remove later
// static byte ringClient;
static clientType clients[8];
#endif
};