Changed IP MQTT AC

This commit is contained in:
Lexa
2025-08-21 16:17:17 +03:00
parent 6bf8a31b1a
commit 1d90ca08b4
2 changed files with 2 additions and 1 deletions

View File

@@ -40,4 +40,5 @@ lib_deps =
swicago/HeatPump @ ^1.0.0 swicago/HeatPump @ ^1.0.0
ottowinter/ESPAsyncWebServer-esphome @ ^2.1.0 ottowinter/ESPAsyncWebServer-esphome @ ^2.1.0
ayushsharma82/WebSerial @ ^1.3.0 ayushsharma82/WebSerial @ ^1.3.0
heman/AsyncMqttClient-esphome @ ^2.1.0
; bblanchon/ArduinoJson @ ^6.18.0 ; bblanchon/ArduinoJson @ ^6.18.0

View File

@@ -31,7 +31,7 @@
const char* ssid = "wf-home"; const char* ssid = "wf-home";
const char* password = "0ndthnrf"; const char* password = "0ndthnrf";
const char* mqtt_server = "192.168.1.111"; const char* mqtt_server = "192.168.1.10";
unsigned long cRun = millis(); unsigned long cRun = millis();
bool _debugMode; bool _debugMode;