Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By bluegiraffe
#61813 I've compiled an old application that I had with the new version of Sming, and now MQTT on serial prints a lot of debug info.

Is there any way to disable this "feature"?
User avatar
By bluegiraffe
#61957 To answer myself: the debugf statements on the source file for MQTT are always enabled, instead like SPI.h which has a define for enabling and disabling the debug output.

It also seems that the debugf output can be controlled somehow with the command processor, but I did not tried that.