first working version

This commit is contained in:
2018-04-26 11:18:35 +02:00
parent 91c2841ef5
commit 78370e34dd
6 changed files with 48 additions and 13 deletions

View File

@ -19,11 +19,12 @@ configItems = [
{"label":"MQTT Topic", "key":"mqttTopic", "type":"C", "length":64, "default":"IoT/RainSensor1/Value"},
{"label":"MQTT DebugTopic", "key":"mqttDebugTopic", "type":"C", "length":64, "default":"IoT/RainSensor1/Debug"},
{"label":"DebugMode", "key":"debugMode", "type":"I", "default":0},
{"label":"Period", "key":"period", "type":"I", "default":300}
{"label":"Period (s)", "key":"period", "type":"I", "default":5},
{"label":"Debounce (us)", "key":"debounce", "type":"I", "default":300}
]
magic = 0xC0DE0003
magic = 0xC0DE0004
appName = "ESP8266 based RainSensor"
confWifiSsid = "espconfig"