mirror of
https://github.com/RoCry/blozi-etag.git
synced 2026-05-09 01:44:02 +08:00
Adds comment for periodic time printing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user