This commit is contained in:
2022-06-27 11:58:39 -07:00
parent 0e638e51bf
commit f6c206e0b1
5 changed files with 40 additions and 1 deletions

View File

@ -23,6 +23,7 @@ CONFIG_NODE_SERVER = "server"
CONFIG_NODE_HTTP = "http"
CONFIG_NODE_MQTT = "mqtt"
CONFIG_NODE_SERIAL = "serial"
CONFIG_NODE_FILE = "file"
CONFIG_NODE_STATS = "stats"
CONFIG_NODE_PORT = "port"