Fix header for MK4

tildatorch
Alistair MacDonald 2018-08-28 23:28:58 +01:00 committed by GitHub
parent 87053ff323
commit 2399c9c589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@
"""
___name___ = "Phone"
___license___ = "MIT"
___dependencies___ = ["dialogs", "ugfx_helper", "app", "stack_nav", "sim800"]
___dependencies___ = ["dialogs", "app", "sim800"]
___categories___ = ["System"]
___bootstrapped___ = True
import sim800
import ugfx_helper, ugfx
from app import *
from dialogs import *
import sim800
import ugfx_helper, ugfx
ugfx_helper.init()
ugfx.clear()