Fix channel labels

This commit is contained in:
Correl Roush 2023-07-20 14:53:27 -04:00
parent db97b8eb69
commit b38a9ba590
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ MQTT_KEEPALIVE = const(60)
MQTT_UPDATE_INTERVAL = const(60)
MQTT_RECONNECT_INTERVAL = const(60)
channels = ["LINE 1", "LINE 2", "LINE 3", "PHONO"]
channels = ["LINE 1", "LINE 2", "PHONO", "DAC"]
state = StateTree(
{
"network": "OFF",