summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorvlapa <vlapa@ya.ru>2026-06-15 00:37:46 +0300
committervlapa <vlapa@ya.ru>2026-06-15 00:37:46 +0300
commitfa9ea82428ea1ec8ff70aee1048b1746db001814 (patch)
treeb3f108beaee07cbf3d572fd6ccb5fc4887b97e22 /src/main.cpp
parent47ddc975c2a3d70a6773f7696d29f43a5adb86fe (diff)
очистил
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f30686f..224daeb 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2,9 +2,9 @@
#include <ESP8266HTTPClient.h>
#include <WiFiClient.h>
-const char *ssid = "link";
-const char *password = "dkfgf#*12091997";
-const char *host = "89.110.92.137";
+const char *ssid = "";
+const char *password = "";
+const char *host = "";
const int port = 8000;
const char *sensor_1 = "Home_bme280_balkon";
const char *sensor_2 = "Villa_bme280_base1";
@@ -85,4 +85,4 @@ void setup()
// }
}
-void loop() {} \ No newline at end of file
+void loop() {}