Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 433 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 433 Bytes

LUD-ESP01

Code for Light Up Decoration project. Configured for automatic updates when device in school.

Also needs a settings.json file on device.

{ "wifi": { "ssid": "SSID", "password": "SSIDPASSWORD" }, "ota": { "gituser": "tghturner", "gitrepo": "LUD-ESP01", "gitdir": "app", "gitfiles": ["main.py","boot.py","config.py","senko.py"] }, "neopixel_pin": 5, "numleds": 3, "button_pin": 13 }