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:
rjwats 2020-08-22 13:30:24 +01:00 committed by GitHub
parent 42050b8dc3
commit 3d50cab9b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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