Changed IP MQTT AC
This commit is contained in:
@@ -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
|
||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user