Arduino_DebugUtils
Arduino_DebugUtils copied to clipboard
Unable to print __FILE__ or __PRETTY_FUNCTION__
I can print both __FILE__
and __PRETTY_FUNCTION__
using Serial.print
and Serial.println
but have not been able to print these using DEBUG_INFO(xxx)
. What is the proper format to print these items?