diff options
| -rw-r--r-- | src/main.cpp | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/main.cpp b/src/main.cpp index a51587c..9a52b10 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,24 +17,24 @@ DallasTemperature sensors(&oneWire); #include <PubSubClient.h> //----------------------------------- -// const char *ssid = "TP-Link_77C4"; -// const char *pass = "14697272"; -// const char *mqtt_client = "GasBoilerServer_Maxx"; -// const char *mqtt_client2 = "GasBoiler_Maxx"; - -const char *ssid = "MikroTik-2"; -const char *pass = "dkfgf#*12091997"; -const char *mqtt_client = "mqtt_client-esp32-c3_001"; -const char *mqtt_client2 = "GasBoiler_Villa"; - -// const char *ssid = "link"; -// const char *pass = "dkfgf#*12091997"; -// const char *mqtt_client = "mqtt_client-011"; -// const char *mqtt_client2 = "GasBoiler_TEST"; - -const char *mqtt_user = "mqtt"; -const char *mqtt_pass = "qwe#*1243"; -const char *mqtt_server = "178.20.46.157"; +// const char *ssid = ""; +// const char *pass = ""; +// const char *mqtt_client = ""; +// const char *mqtt_client2 = ""; + +const char *ssid = ""; +const char *pass = ""; +const char *mqtt_client = ""; +const char *mqtt_client2 = ""; + +// const char *ssid = ""; +// const char *pass = ""; +// const char *mqtt_client = ""; +// const char *mqtt_client2 = ""; + +const char *mqtt_user = ""; +const char *mqtt_pass = ""; +const char *mqtt_server = ""; const uint16_t mqtt_port = 1883; const char *inTopicTempRoom = "/Temp_Room"; @@ -481,4 +481,4 @@ void loop() // server.handleClient(); client.loop(); delay(1); -}
\ No newline at end of file +} |
