mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-12 03:38:59 +08:00
Disable Websocket Debug message in code and library
This commit is contained in:
parent
8a2c39869a
commit
c02c382c70
@ -40,6 +40,7 @@
|
||||
#include <functional>
|
||||
#endif
|
||||
|
||||
#define NODEBUG_WEBSOCKETS
|
||||
|
||||
#ifndef NODEBUG_WEBSOCKETS
|
||||
#ifdef DEBUG_ESP_PORT
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
//version and sources location
|
||||
#define FW_VERSION "2.0.0.c21"
|
||||
#define FW_VERSION "2.0.0.c22"
|
||||
#define REPOSITORY "https://github.com/luc-github/ESP3D"
|
||||
|
||||
//Customize ESP3D ////////////////////////////////////////////////////////////////////////
|
||||
|
@ -21,6 +21,7 @@
|
||||
#ifndef SYNCWEBSERVER_H
|
||||
#define SYNCWEBSERVER_H
|
||||
#include "config.h"
|
||||
#define NODEBUG_WEBSOCKETS
|
||||
#include <WebSocketsServer.h>
|
||||
|
||||
extern void handle_web_interface_root();
|
||||
|
Loading…
x
Reference in New Issue
Block a user