diff --git a/src/ESP8266MQTTClient.h b/src/ESP8266MQTTClient.h index c56487c..ade0500 100644 --- a/src/ESP8266MQTTClient.h +++ b/src/ESP8266MQTTClient.h @@ -39,9 +39,9 @@ License (MIT license): #endif // #endif -// #ifndef LOG -// #define LOG(...) -// #endif +#ifndef LOG +#define LOG(...) +#endif #define MQTT_CHECK(cond, msg, ret) if(cond){LOG(msg); return ret;} #define DEFAULT_MQTT_PORT 1883