base stack

This commit is contained in:
2018-11-17 15:26:07 +01:00
commit 52113e4fb8
91 changed files with 22150 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
}