Add missing security manager include to WebSocketTxRx.h (#194)
Previously the demo code was relying on the transitive include via HttpEndpoint.h This change allows WebSocketTxRx.h to be used when no HttpEndpoint is in use
This commit is contained in:
parent
42050b8dc3
commit
3d50cab9b7
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <StatefulService.h>
|
#include <StatefulService.h>
|
||||||
#include <ESPAsyncWebServer.h>
|
#include <ESPAsyncWebServer.h>
|
||||||
|
#include <SecurityManager.h>
|
||||||
|
|
||||||
#define WEB_SOCKET_CLIENT_ID_MSG_SIZE 128
|
#define WEB_SOCKET_CLIENT_ID_MSG_SIZE 128
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user