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;