fixed typo

This commit is contained in:
Moirtz Wagner 2025-04-23 13:22:29 +02:00
parent d337fca495
commit 5d19f4ef74

View File

@ -103,7 +103,7 @@ void MQTT::handleWebSocket(AsyncWebSocket *server, AsyncWebSocketClient *client,
publish_sub("IP", myIP);
publish_sub("numValves", String(numValves).c_str());
publish_sub("defaultTimerMins", String(defTime_min).c_str());
publish_sub("NTPserver", ntpServer);
publish_sub("NTP-Server", ntpServer);
}