void loop() { Serial.println("Built: " __DATE__ " | " __TIME__); /** * Example show: * Built: Aug 16 2023 | 21:42:32 */ }