code style

This commit is contained in:
Links
2020-11-21 14:45:53 +01:00
parent fb26433e75
commit 08caf3bfc6

View File

@ -65,7 +65,7 @@ class WebSockets4WebServer : public WebSocketsServerCore {
};
}
};
#else // WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP8266 && WEBSERVER_HAS_HOOK
#else // WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP8266 && WEBSERVER_HAS_HOOK
#ifndef WEBSERVER_HAS_HOOK
#error Your current Framework / Arduino core version does not support Webserver Hook Functions