Set ___bootstrapped___ = False on two apps that don't need to be.

- home_pycon: Home screen for PyCon, not relevent to most EMF users
 - orbs: Game no longer usable after EMF as server is offline

While here, correct comment in home_pycon explaining what it is.
master
Gavin Atkinson 2018-09-28 17:29:42 +01:00
parent b7ae5a7429
commit 0d5ef24391
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
"""Default homescreen
"""PyCon homescreen
This is the default homescreen for the Tilda Mk4.
It gets automatically installed when a badge is
@ -10,7 +10,7 @@ ___license___ = "MIT"
___categories___ = ["Homescreens"]
___dependencies___ = ["homescreen"]
___launchable___ = False
___bootstrapped___ = True
___bootstrapped___ = False
import ugfx
from homescreen import *

View File

@ -5,7 +5,7 @@ ___name___ = "Orbs Game"
___license___ = "MIT"
___dependencies___ = ["app", "dialogs", "sim800", "ugfx_helper"]
___categories___ = ["Games"]
___bootstrapped___ = True
___bootstrapped___ = False
from app import *
from dialogs import *