Page 1 of 1

Arduino IDE: Serial.println(__FILE__); does not show the path?

Posted: Fri Mar 08, 2024 12:54 pm
by rin67630
I am a bit diapointed that
[Codebox]Serial.println(__FILE__); [/Codebox]
does not show the complete path of the compiled sketch, like ESP32 does.
Especially when you use tabs, the the current .ino file is not identical with your folder, so the information is useless.

Where can I address the issue?
Regards