Right now I’m doing something like this:
#ifdef DEBUG_SERIAL
XOD_DEBUG_SERIAL.println("Initializing Controller");
#endif
I didn’t see any info on the intent of these macros in the docs. Seems like they ultimately expand to “Serial”, but not sure what the recommended best practice is.