Arduino_DebugUtils icon indicating copy to clipboard operation
Arduino_DebugUtils copied to clipboard

Unable to print __FILE__ or __PRETTY_FUNCTION__

Open k5map opened this issue 6 months ago • 0 comments

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?

k5map avatar Aug 06 '24 04:08 k5map