We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebeb45 commit 83ac5a2Copy full SHA for 83ac5a2
src/AsyncEventSource.h
@@ -8,6 +8,9 @@
8
9
#if defined(ESP32) || defined(LIBRETINY)
10
#include <AsyncTCP.h>
11
+#ifdef round
12
+#undef round
13
+#endif
14
#include <mutex>
15
#ifndef SSE_MAX_QUEUED_MESSAGES
16
#define SSE_MAX_QUEUED_MESSAGES 32
src/AsyncWebSocket.h
#ifndef WS_MAX_QUEUED_MESSAGES
#define WS_MAX_QUEUED_MESSAGES 32
0 commit comments