This commit is contained in:
2022-01-18 17:39:44 +03:00
parent 585365267f
commit 97c6f7a271

View File

@@ -15,8 +15,10 @@
const char* ssid = "wf-home";
const char* password = "0ndthnrf";
//New MQTT Server
const char* mqtt_server = "192.168.1.111";
AsyncMqttClient mqttClient;
Ticker mqttReconnectTimer;