Merge pull request #126 from catalin-ursachi/patch-1

Make Holland a non-bootstrapped app
sammachin-gprs
rdmonk 5 years ago committed by GitHub
commit 1d02cdbc8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ ___name___ = "Holland"
___license___ = "MIT"
___dependencies___ = ["app", "sim800", "ugfx_helper"]
___categories___ = ["Villages"]
___bootstrapped___ = True
___bootstrapped___ = False
from app import *
from dialogs import *

Loading…
Cancel
Save