Unable to print __FILE__ or __PRETTY_FUNCTION__ #45
Labels
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
I can print both
__FILE__
and__PRETTY_FUNCTION__
usingSerial.print
andSerial.println
but have not been able to print these usingDEBUG_INFO(xxx)
. What is the proper format to print these items?The text was updated successfully, but these errors were encountered: