fix #539 (NODEBUG_WEBSOCKETS warning)

fix warning when using NODEBUG_WEBSOCKETS as compiler option.
This commit is contained in:
Markus
2020-05-14 18:04:46 +02:00
committed by GitHub
parent 1e271b5e12
commit a71a480676

View File

@ -50,8 +50,10 @@
#ifndef DEBUG_WEBSOCKETS
#define DEBUG_WEBSOCKETS(...)
#ifndef NODEBUG_WEBSOCKETS
#define NODEBUG_WEBSOCKETS
#endif
#endif
#if defined(ESP8266) || defined(ESP32)