Add user and pass

This commit is contained in:
Partick Balsiger
2019-04-07 17:17:44 +02:00
parent 7363e03b74
commit e58e7b3727
25 changed files with 35 additions and 6 deletions

2
data/config.json Normal file → Executable file
View File

@@ -4,7 +4,7 @@
"apSSID": "sprocket",
"apPassword": "th3r31sn0Sp00n",
"connectTimeout": 20000,
"stationSSID": "MyAP",
"stationSSID": "th1ngs4p",
"stationPassword": "th3r31sn0Sp00n",
"meshSSID": "whateverYouLike",
"meshPassword": "somethingSneaky",

4
data/mqttConfig.json Normal file → Executable file
View File

@@ -2,5 +2,7 @@
"mqttClientName" : "sprocket",
"mqttBrokerHost" : "192.168.1.2",
"mqttBrokerPort" : 1883,
"mqttRootTopic" : "wirelos/sprocket"
"mqttRootTopic" : "wirelos/sprocket",
"mqttUser": "",
"mqttPass": ""
}