updated font, change order of config attributes

This commit is contained in:
2018-09-18 17:52:22 +02:00
parent 89cd84fcf2
commit 9b3aa0a91b
3 changed files with 20 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
{
"stationMode": 0,
"channel": 11,
"meshPort": 5555,
"meshSSID": "illucat-mesh",
"hostname": "illucat",
"stationSSID": "MyWifi",
"stationPassword": "myWifiPassword",
"meshSSID": "illucat",
"meshPassword": "th3r31sn0sp00n",
"stationSSID": "MyAP",
"stationPassword": "th3r31sn0sp00n",
"hostname": "illucat"
"meshPort": 5555,
"channel": 11
}