summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 51adf2d..d7b9826 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -29,9 +29,9 @@ const uint8_t TIME_DAY = 8;
const uint8_t TIME_NIGHT = 19;
// const uint8_t PIN_VCC_bme280 = 14; // Wemos D1mini = D5,
-// const char ssid[] = "link";
-const char ssid[] = "MikroTik-2";
-const char pass[] = "dkfgf#*12091997";
+// const char ssid[] = "";
+const char ssid[] = "";
+const char pass[] = "";
const uint32_t utcOffsetInSeconds = 10800;
const uint32_t utcPeriodMseconds = 86400000; // 3сутки-259200000 // 1сутки-86400000;
@@ -39,10 +39,10 @@ WiFiUDP ntpUDP;
const char timeSite[] = "ntp3.vniiftri.ru"; // "pool.ntp.org"
NTPClient timeClient(ntpUDP, timeSite, utcOffsetInSeconds, utcPeriodMseconds);
-const char *mqtt_server = "89.110.92.137";
+const char *mqtt_server = "";
const uint16_t mqtt_port = 1883;
-const char *mqtt_user = "mqtt";
-const char *mqtt_pass = "qwe1243";
+const char *mqtt_user = "";
+const char *mqtt_pass = "";
const char *mqtt_client = "Tablo_Villa_003";
const char *mqtt_client2 = "Villa_bme280_base";
@@ -664,4 +664,4 @@ void loop()
delay(1);
}
-//******************************************************************** \ No newline at end of file
+//********************************************************************