fixed typo
This commit is contained in:
parent
d337fca495
commit
5d19f4ef74
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user