Arduino-Debugging icon indicating copy to clipboard operation
Arduino-Debugging copied to clipboard

Disable_able debug message types?

Open IvanGerr opened this issue 6 years ago • 1 comments

It would be nice if there were a few debug message types like debugE - errors, debugI - info, etc., and an option to disable each of them separately in #define section like it is possible now for all debug output with #define DEBUG_OUT Serial. Is it possible to implement?

IvanGerr avatar Apr 21 '19 20:04 IvanGerr

That's a good idea.
I don't have much time right now, but everything is open source, so feel free to implement it yourself.

tttapa avatar Apr 26 '19 12:04 tttapa