diff options
Diffstat (limited to 'src/main.cpp')
| -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 +} |
