Hi there,
thank you for the amazing work.
Is it possible to change the time format to display 12h instead of 24h
I tried editing
Serial.println(&timeinfo, "%A, %B %d %Y %H:%M:%S");
to
Serial.println(&timeinfo, "%A, %B %d %Y %I:%M:%S");
but no luck. Do you know any other way?
Thanks a lot