Changed IP MQTT

This commit is contained in:
Lexa
2025-08-21 16:14:14 +03:00
parent 045cdc8002
commit 6bf8a31b1a

View File

@@ -5,7 +5,7 @@
const char* ssid = "wf-home";
const char* password = "0ndthnrf";
const char* mqtt_server = "192.168.1.111";
const char* mqtt_server = "192.168.1.10";
#define TOPIC "home/"
#define LED_WF (12)