From 4f0d7bc37775ff2f8ece98d9902cef0f2d092de8 Mon Sep 17 00:00:00 2001 From: vlapa Date: Mon, 15 Jun 2026 00:40:59 +0300 Subject: очистил MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 224daeb..edbc43e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,8 +6,8 @@ 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"; +const char *sensor_1 = ""; +const char *sensor_2 = ""; void setup() { -- cgit v1.2.3