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 34a2d28 commit e675c75Copy full SHA for e675c75
src/WebSockets.h
@@ -32,6 +32,8 @@
32
#include <Arduino.h>
33
#endif
34
35
+#include <functional>
36
+
37
#ifdef DEBUG_ESP_PORT
38
#define DEBUG_WEBSOCKETS(...) DEBUG_ESP_PORT.printf( __VA_ARGS__ )
39
#else
@@ -77,6 +79,7 @@
77
79
#if defined(ESP8266) || defined(ESP31B)
78
80
#define WEBSOCKETS_NETWORK_TYPE NETWORK_ESP8266
81
//#define WEBSOCKETS_NETWORK_TYPE NETWORK_ESP8266_ASYNC
82
+//#define WEBSOCKETS_NETWORK_TYPE NETWORK_W5100
83
84
#define WEBSOCKETS_NETWORK_TYPE NETWORK_W5100
85
0 commit comments