diff options
| author | vlapa <vlapa@ya.ru> | 2026-06-15 01:12:31 +0300 |
|---|---|---|
| committer | vlapa <vlapa@ya.ru> | 2026-06-15 01:12:31 +0300 |
| commit | fcba23b6525375fe72b12d1df70961946cf84661 (patch) | |
| tree | 788e1e2c0afdc7311279de1751495e110e0689ab /src | |
| parent | eb77a811886dbef80616cb3acdf98f5fb98336cb (diff) | |
cleanmain
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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 <WebServer.h> #include <ESPmDNS.h> #include <Update.h> -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 +} |
