move magic and appName into specific code file

This commit is contained in:
2019-04-26 12:14:45 +02:00
parent 4eb14ef3b5
commit c9073c1b7d
2 changed files with 4 additions and 3 deletions

View File

@@ -15,3 +15,6 @@ configItems = [
{"label":"MQTT DebugTopic", "key":"mqttDebugTopic", "type":"C", "length":64, "default":"IoT/RgbLed1/Debug"},
{"label":"DebugMode", "key":"debugMode", "type":"I", "default":0}
]
magic = 0xC0DE0006
appName = "ESP8266 based RgbLedLight"