Skip to content

Commit 5990f9b

Browse files
authored
Update secrets.h
1 parent 3f4bcbe commit 5990f9b

File tree

1 file changed

+2
-2
lines changed
  • libraries/ESP8266WebServer/examples/WebServer

1 file changed

+2
-2
lines changed

libraries/ESP8266WebServer/examples/WebServer/secrets.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// ssid and passPhrase can be used when compiling for a specific environment as a 2. option.
1010

1111
// add you wifi network name and PassPhrase or use WiFi Manager
12-
const char *ssid = "KHMH";
13-
const char *passPhrase = "hk-2012FD2926";
12+
const char *ssid = "";
13+
const char *passPhrase = "";

0 commit comments

Comments
 (0)