fix topic comparison

This commit is contained in:
2018-11-19 22:38:56 +01:00
parent 943b116a77
commit 892a513e75
5 changed files with 46 additions and 21 deletions

13
data/config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"stationMode": 1,
"hostname": "sprocket",
"apSSID": "sprocket",
"apPassword": "th3r31sn0Sp00n",
"connectTimeout": 20000,
"stationSSID": "MyAP",
"stationPassword": "th3r31sn0Sp00n",
"meshSSID": "whateverYouLike",
"meshPassword": "somethingSneaky",
"meshPort": 5555,
"channel": 5
}

6
data/mqttConfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"mqttClientName" : "sprocket",
"mqttBrokerHost" : "192.168.1.2",
"mqttBrokerPort" : 1883,
"mqttRootTopic" : "wirelos/sprocket"
}