Fix master

sammachin-gprs
Marek Ventur 2018-09-02 17:40:39 +01:00 committed by GitHub
parent a54f380cbd
commit 966958873f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Replay Track when user pushes a button.
___name___ = "Mario Theme"
___license___ = ""
___categories___ = ["Sound"]
___dependencies___ = ["speaker", "buttons", "ugfx_helper", "app", "time","wifi", "http", "sleep" ]
___dependencies___ = ["speaker", "buttons", "ugfx_helper", "app", "wifi", "http", "sleep" ]
import ugfx_helper, os, wifi, ugfx, http, time, sleep, app,speaker
from tilda import Buttons