diff --git a/RozetkaESP/src/main.cpp b/RozetkaESP/src/main.cpp index 28baf43..1dc5241 100644 --- a/RozetkaESP/src/main.cpp +++ b/RozetkaESP/src/main.cpp @@ -15,7 +15,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/" Bounce but1 = Bounce();