initial commit

This commit is contained in:
2018-11-15 15:38:39 +01:00
commit 1e533aac6d
20 changed files with 14449 additions and 0 deletions

9
data/config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"stationMode": 1,
"hostname": "websprocket",
"apSSID": "WebSprocket",
"apPassword": "th3r31sn0sp00n",
"connectTimeout": 20000,
"stationSSID": "MyWifi",
"stationPassword": "myWifiPassword"
}