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 83ac5a2 commit c9b70bdCopy full SHA for c9b70bd
src/AsyncEventSource.h
@@ -8,9 +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
+#endif
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