File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
libraries/arduinoWebSockets/src Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 40
40
#include < functional>
41
41
#endif
42
42
43
+ #define NODEBUG_WEBSOCKETS
43
44
44
45
#ifndef NODEBUG_WEBSOCKETS
45
46
#ifdef DEBUG_ESP_PORT
Original file line number Diff line number Diff line change 19
19
*/
20
20
21
21
// version and sources location
22
- #define FW_VERSION " 2.0.0.c21 "
22
+ #define FW_VERSION " 2.0.0.c22 "
23
23
#define REPOSITORY " https://github.com/luc-github/ESP3D"
24
24
25
25
// Customize ESP3D ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 21
21
#ifndef SYNCWEBSERVER_H
22
22
#define SYNCWEBSERVER_H
23
23
#include "config.h"
24
+ #define NODEBUG_WEBSOCKETS
24
25
#include <WebSocketsServer.h>
25
26
26
27
extern void handle_web_interface_root ();
You can’t perform that action at this time.
0 commit comments