Fix sleep_or_exit timer. Set to default (0.5)

sammachin-gprs
Philip Henning 2018-09-02 15:44:30 +02:00
parent 627ab26fc3
commit db78a934a8
1 changed files with 1 additions and 1 deletions

View File

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