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 1 year ago • 2 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

fatal error: osapi.h: No such file or directory #include "osapi.h"

ZOP9974 avatar Dec 01 '24 04:12 ZOP9974

For which Arduino Core are you trying to compile this library?

aentinger avatar Dec 02 '24 13:12 aentinger