Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Arthur Khusnutdinov
#89212 Oh, thank you all!

I used that one in my project:

Code: Select allconst char compile_date[] = __DATE__ " " __TIME__;

currentLine = "<id>KITCHEN_TRASH</id><version>" + String(compile_date) + "</version><message>" + String(hour()) + ":" + String(minute()) + ":" + String(second()) + "." + String(millis()) + " - " + currentLine + s + "</message>";