Skip to content

Commit d8831e8

Browse files
committed
ESP8266 issue caused by solving compile issue for ESP32 is solved.
1 parent 196f999 commit d8831e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduinoWebSockets/WebSockets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <functional>
4141
#endif
4242

43-
#define DEBUG_ESP_PORT Serial
43+
// #define DEBUG_ESP_PORT Serial
4444
#ifndef NODEBUG_WEBSOCKETS
4545
#ifdef DEBUG_ESP_PORT
4646
#define DEBUG_WEBSOCKETS(...) DEBUG_ESP_PORT.printf(__VA_ARGS__)

0 commit comments

Comments
 (0)