remove bootstrap

sammachin-gprs
Marek Ventur 2018-09-02 09:42:08 +01:00 committed by GitHub
parent 071d03915c
commit 2aeb0434da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ ___name___ = "EMF 2018 badge simulator"
___license___ = "MIT"
___categories___ = ["EMF"]
___dependencies___ = ["sleep", "app"]
___bootstrapped___ = True
import ugfx, app
from time import sleep
@ -23,4 +22,4 @@ while (not Buttons.is_pressed(Buttons.BTN_A)) and (not Buttons.is_pressed(Button
sleep(2)
ugfx.clear()
app.restart_to_default()
app.restart_to_default()