comment epd sleep

This commit is contained in:
robert 2024-02-01 20:52:39 +00:00
parent b9dfeeea56
commit e0a436478a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def monitor(charge_point_power):
#epd.Clear() #epd.Clear()
logging.info("Goto Sleep...") logging.info("Goto Sleep...")
epd.sleep() #epd.sleep()
#except IOError as e: #except IOError as e:
# logging.info(e) # logging.info(e)