From fa9ea82428ea1ec8ff70aee1048b1746db001814 Mon Sep 17 00:00:00 2001 From: vlapa Date: Mon, 15 Jun 2026 00:37:46 +0300 Subject: очистил MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 8 ++++---- 1 file 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 #include -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() {} -- cgit v1.2.3