extended config

This commit is contained in:
2023-04-16 21:21:05 +02:00
parent 1fde3347c8
commit 8b4c00bc7f
15 changed files with 119 additions and 61 deletions

View File

@@ -1,16 +1,17 @@
{
"tags": [{
"TagUID" : "B3 26 D0 15",
"audiofile" : "/Billy-Jean.mp3"
},
{
"TagUID" : "1F E8 20 00",
"audiofile" : "/Let_it_be.mp3"
},
{
"TagUID" : "23 0E 2C 19",
"audiofile" : "/ringoffire.mp3"
}],
"tags": [
{
"TagUID" : "B3 26 D0 15",
"audiofile" : "/Billy-Jean.mp3"
},
{
"TagUID" : "1F E8 20 00",
"audiofile" : "/Let_it_be.mp3"
},
{
"TagUID" : "23 0E 2C 19",
"audiofile" : "/ringoffire.mp3"
}],
"WiFi": [
{
"ssid": "poes",
@@ -19,6 +20,13 @@
{
"ssid": "wifi2",
"psk": "pass2"
}
]
}],
"AudioGain": 0.5,
"ScanTimeout": 50,
"HardwareVersion": 2,
"GameTimeout": 10000,
"PowerTimeout": 420000,
"PowerOTADelay": 4000,
"Brightness": 20
}