Initial commit

This commit is contained in:
Noah
2018-12-21 08:12:54 +00:00
commit 30903a207b
26 changed files with 2851 additions and 0 deletions

23
config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"ssid":"yourWiFiSSID",
"password":"yourWiFiPassword",
"port": "/dev/ttyACM0",
"baudrate": 921600,
"tzOffsetSeconds": 3600,
"AnimationScene": {
"files": [
"animations/game-pingpong.json",
"animations/matrix.json",
"animations/newyears.json",
"animations/tv-movie.json"
]
},
"ClockScene": {
},
"DemoScene": {
},
"WeatherScene": {
"lat": 59.3293,
"lon": 18.0686
}
}