first working version
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user