-->
Page 1 of 1

Sming and debug output

PostPosted: Tue Jan 31, 2017 7:20 am
by bluegiraffe
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"?

Re: Sming and debug output

PostPosted: Fri Feb 03, 2017 5:45 am
by bluegiraffe
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.