-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.json
55 lines (55 loc) · 995 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"networks": [
{
"ssid":"yourWiFiSSID",
"password":"yourWiFiPassword"
},
{
"ssid":"otherWiFiSSID",
"password":"otherWiFiPassword"
}
],
"port": "/dev/ttyACM0",
"baudrate": 115200,
"remapConsole": false,
"sceneTimeout": 40,
"tzOffsetSeconds": 3600,
"LedMatrix": {
"debug": false,
"columns": 32,
"stride": 8,
"fps": 10
},
"Boot": {
"intensity": 0.03
},
"Animation": {
"intensity": 0.05,
"debug": false,
"icons": [
"icons/game-tetris.bin",
"icons/game-pingpong.bin",
"icons/newyears.bin",
"icons/matrix.bin",
"icons/game-invaders-1.bin",
"icons/game-invaders-2.bin",
"icons/tv-movie.bin"
]
},
"Clock": {
"intensity": 0.05,
"debug": true
},
"disabledDemo": {
"intensity": 0.05
},
"Fire": {
"intensity": 0.05
},
"Weather": {
"intensity": 0.05,
"debug": true,
"lat": 59.3293,
"lon": 18.0686
}
}