fix configuration

This commit is contained in:
Wolfgang Hottgenroth 2019-11-18 17:52:10 +01:00
parent 63ced2ed51
commit 363802cc87
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -1,5 +1,7 @@
configItems = [
{"label":"_", "key":"magic", "type":"I", "default": ""},
{"label":"Config Username", "key":"confUser", "type":"C", "length":16, "default":"admin"},
{"label":"Config Password", "key":"confPasswd", "type":"C", "length":16, "default":"geheim123"},
{"label":"Wifi SSID", "key":"wifiSsid", "type":"C", "length":32, "default":"test"},
{"label":"Wifi Key", "key":"wifiKey", "type":"C", "length":64, "default":"geheim"},
{"label":"MQTT Broker", "key":"mqttBroker", "type":"C", "length":64, "default":"broker.hottis.de"},