Disable Websocket Debug message in code and library

This commit is contained in:
Luc 2018-11-03 09:20:50 +01:00
parent 8a2c39869a
commit c02c382c70
3 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,7 @@
#include <functional>
#endif
#define NODEBUG_WEBSOCKETS
#ifndef NODEBUG_WEBSOCKETS
#ifdef DEBUG_ESP_PORT

View File

@ -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 ////////////////////////////////////////////////////////////////////////

View File

@ -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();