Browse Source

Update ESP32_Demo.ino

Ayush Sharma 4 years ago
parent
commit
a75e544d6c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      examples/ESP32_Demo/ESP32_Demo.ino

+ 3 - 3
examples/ESP32_Demo/ESP32_Demo.ino

@@ -3,8 +3,8 @@
 #include <WebServer.h>
 #include <ElegantOTA.h>
 
-const char* ssid = "hotspotk2c";
-const char* password = "frenzy99";
+const char* ssid = "....";
+const char* password = "....";
 
 WebServer server(80);
 
@@ -37,4 +37,4 @@ void setup(void) {
 
 void loop(void) {
   server.handleClient();
-}
+}