changed bootstrap

Bootstrap set to False
sammachin-gprs
Andreas Varotsis 2018-09-01 16:53:50 +01:00
parent 81a739a978
commit e75df63743
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ___name___ = "LED Party (Party Party)"
___license___ = "MIT"
___dependencies___ = ["wifi", "http", "ugfx_helper", "sleep"]
___categories___ = ["LEDs"]
___bootstrapped___ = True # Whether or not apps get downloaded on first install. Defaults to "False", mostly likely you won't have to use this at all.
___bootstrapped___ = False # Whether or not apps get downloaded on first install. Defaults to "False", mostly likely you won't have to use this at all.
import random, time, wifi, ugfx, http
from tilda import LED, Buttons