1
0
mirror of https://gitlab.com/zwirbel/tardis.git synced 2025-12-16 10:04:31 +01:00

tardis base

This commit is contained in:
2018-11-25 16:12:16 +01:00
commit 2610271a61
21 changed files with 14655 additions and 0 deletions

13
data/example.config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"stationMode": 0,
"hostname": "illucat",
"apSSID": "illucat",
"apPassword": "illumination",
"connectTimeout": 20000,
"stationSSID": "MyWifi",
"stationPassword": "myWifiPassword",
"meshSSID": "illucat",
"meshPassword": "illumination",
"meshPort": 5555,
"channel": 5
}