Refactoring, cleanup, removing debugging prints.

This commit is contained in:
2018-04-12 10:59:07 +02:00
parent fb759c481d
commit d969255227
29 changed files with 86 additions and 412 deletions

View File

@@ -35,6 +35,7 @@ config_schema:
# - ["i2c.scl_gpio", 5] # D1
- ["tp", "o", {title: "Thermo printer controller settings"}]
- ["tp.escapeCharacter", "i", 27, {title: "ASCII code of character, that is to be used as escape character in text interpretation"}]
- ["tp.printSystemInfoOnStartup", "b", false, {title: "Prints some technical info about CPU/System resources after boot"}]
# - ["mqtt.enable", true]
# - ["mqtt.server", "mqtt.pmpark.de:1883"]
# - ["mqtt.user", "default"]