From 97c6f7a27191672d1e3c60a8760e321e440aebee Mon Sep 17 00:00:00 2001 From: lexa Date: Tue, 18 Jan 2022 17:39:44 +0300 Subject: [PATCH] Test git --- Sw_BigRoom/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sw_BigRoom/src/main.cpp b/Sw_BigRoom/src/main.cpp index 8ebaafd..2729282 100644 --- a/Sw_BigRoom/src/main.cpp +++ b/Sw_BigRoom/src/main.cpp @@ -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;