We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4bcbe commit 5990f9bCopy full SHA for 5990f9b
libraries/ESP8266WebServer/examples/WebServer/secrets.h
@@ -9,5 +9,5 @@
9
// ssid and passPhrase can be used when compiling for a specific environment as a 2. option.
10
11
// add you wifi network name and PassPhrase or use WiFi Manager
12
-const char *ssid = "KHMH";
13
-const char *passPhrase = "hk-2012FD2926";
+const char *ssid = "";
+const char *passPhrase = "";
0 commit comments