From fcba23b6525375fe72b12d1df70961946cf84661 Mon Sep 17 00:00:00 2001 From: vlapa Date: Mon, 15 Jun 2026 01:12:31 +0300 Subject: clean --- src/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 563f617..29b353d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,9 +5,9 @@ #include #include #include -const char *host = "esp32"; -const char *ssid = "link"; -const char *password = "dkfgf#*12091997"; +const char *host = ""; +const char *ssid = ""; +const char *password = ""; // variabls to blink without delay: const int led = 2; WebServer server(80); @@ -171,4 +171,4 @@ void loop(void) delay(600); digitalWrite(led, LOW); delay(600); -} \ No newline at end of file +} -- cgit v1.2.3