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 4f52a0f commit fb26433Copy full SHA for fb26433
src/WebSockets4WebServer.h
@@ -65,6 +65,13 @@ class WebSockets4WebServer : public WebSocketsServerCore {
65
};
66
}
67
68
+#else // WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP8266 && WEBSERVER_HAS_HOOK
69
+
70
+#ifndef WEBSERVER_HAS_HOOK
71
+#error Your current Framework / Arduino core version does not support Webserver Hook Functions
72
+#else
73
+#error Your Hardware Platform does not support Webserver Hook Functions
74
+#endif
75
76
#endif // WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP8266 && WEBSERVER_HAS_HOOK
77
0 commit comments