Adds comment for periodic time printing

This commit is contained in:
rbaron
2021-12-17 18:18:24 +01:00
parent 0b7e8d97d9
commit 7cc6be320d

View File

@@ -64,6 +64,7 @@ _attribute_ram_code_ void main_loop()
if (current_unix_time - last_update > 30)
{
last_update = current_unix_time;
// Uncomment this line to periodically have the display refreshed with the current time.
// epd_display(current_unix_time);
}
if (epd_state_handler()) // if epd_update is ongoing enable gpio wakeup to put the display to sleep as fast as possible