fix: increased delay before shutting down to allow slower displays to update (closes #446)

This commit is contained in:
Simone Margaritelli 2019-10-31 15:39:59 +01:00
parent 3c32bbb582
commit 31d401e03b

View File

@ -103,7 +103,7 @@ def shutdown():
if view.ROOT:
view.ROOT.on_shutdown()
# give it some time to refresh the ui
time.sleep(5)
time.sleep(10)
os.system("sync")
os.system("halt")