add standalone wifi network

This commit is contained in:
2018-09-25 16:05:32 +02:00
parent 8d3a47431b
commit accf5dcd75
15 changed files with 288 additions and 18 deletions

View File

@@ -4,7 +4,10 @@
"meshPort": 5555,
"meshSSID": "whateverYouLike",
"meshPassword": "somethingSneaky",
"apSSID": "MyAP",
"apPassword": "myApPwd",
"stationSSID": "tErAx1d",
"stationPassword": "ramalamadingdong",
"hostname": "dbuggy"
"hostname": "dbuggy",
"connectTimeout": 10000
}

View File

@@ -6,5 +6,6 @@
"meshPassword": "th3r31sn0sp00n",
"stationSSID": "MyAP",
"stationPassword": "myApPassword",
"hostname": "mesh-node"
"hostname": "mesh-node",
"connectTimeout": 10000
}