Merge pull request #88 from shokinn/master

Fix sleep_or_exit timer. Set to default (0.5)
sammachin-gprs
Marek Ventur 2018-09-02 17:37:00 +01:00 committed by GitHub
commit dac17bd88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,6 @@ while True:
if value_battery:
text += "Battery: %s%%" % int(value_battery)
status.text(text)
sleep_or_exit(5.0)
sleep_or_exit(0.5)
app.restart_to_default()