don't bootstrap

sammachin-gprs
Marek Ventur 2018-09-02 09:41:19 +01:00 committed by GitHub
parent c9b4ed4659
commit f1b3b04dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -7,8 +7,6 @@ ___name___ = "Custom Image Home"
___license___ = "MIT"
___categories___ = ["Homescreens"]
___dependencies___ = ["homescreen", "shared/logo.png", "shared/sponsors.png"]
___launchable___ = False
___bootstrapped___ = True
import ugfx
from homescreen import *
@ -123,4 +121,4 @@ while True:
wait = 20
while wait:
wait -= 1
sleep_or_exit(0.5)
sleep_or_exit(0.5)