minor fixes
This commit is contained in:
parent
b62997c555
commit
2e578425fd
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ bool LEDstate = false;
|
|||
#define WIFI_MODE_CLIENT //can be WIFI_MODE_MASTER
|
||||
|
||||
// Replace with your network credentials
|
||||
char* ssid = "DPWL";//"WIV"; //"DasSchmalter";
|
||||
char* password = "3p7iX/2gV";//"DF~12qa.40"; //"12345678";
|
||||
char* ssid = "<your SSID>";//"WIV"; //"DasSchmalter";
|
||||
char* password = "<your Password>";//"DF~12qa.40"; //"12345678";
|
||||
|
||||
|
||||
// Set web server port number to 80
|
||||
|
|
Reference in a new issue