forked from me-no-dev/ESPAsyncWebServer
Fix sha1 not defined compilation error (#531)
This commit is contained in:
@ -31,6 +31,10 @@
|
||||
#endif
|
||||
#include <ESPAsyncWebServer.h>
|
||||
|
||||
#ifdef ESP8266
|
||||
#include <Hash.h>
|
||||
#endif
|
||||
|
||||
class AsyncWebSocket;
|
||||
class AsyncWebSocketResponse;
|
||||
class AsyncWebSocketClient;
|
||||
|
Reference in New Issue
Block a user