it removes and disables any Serial.print or Serial.println in the sketch to save on memory, works quite well,
HOWEVER...
if i use something like;
debug(mbyte, DEC);
OR
debugln(mbyte,DEC);
i get the error code:
HEX DEC BIN Tables from 0-254/HEX DEC BIN Tables from 0-254.ino:26:21: error: macro "debugln" passed 2 arguments, but takes just 1
exit status 1
Compilation error: macro "debugln" passed 2 arguments, but takes just 1
I know its probably a simple fix to be able to use the code and i've hsmmered my head for hours and googled a lot with no help.