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.
2 parents 7ebeb45 + c9b70bd commit 029b057Copy full SHA for 029b057
src/AsyncEventSource.h
@@ -8,6 +8,11 @@
8
9
#if defined(ESP32) || defined(LIBRETINY)
10
#include <AsyncTCP.h>
11
+#ifdef LIBRETINY
12
+#ifdef round
13
+#undef round
14
+#endif
15
16
#include <mutex>
17
#ifndef SSE_MAX_QUEUED_MESSAGES
18
#define SSE_MAX_QUEUED_MESSAGES 32
src/AsyncWebSocket.h
#ifndef WS_MAX_QUEUED_MESSAGES
#define WS_MAX_QUEUED_MESSAGES 32
0 commit comments