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

bigger ringstream on ESP32

This commit is contained in:
Harald Barth 2022-08-16 12:43:38 +02:00
parent b9c1e779ae
commit 5d415366d8

View File

@ -94,7 +94,7 @@ public:
static std::vector<NetworkClient> clients; // a list to hold all clients
static WiFiServer *server = NULL;
static RingStream *outboundRing = new RingStream(2048);
static RingStream *outboundRing = new RingStream(10240);
static bool APmode = false;
#ifdef WIFI_TASK_ON_CORE0