minor fixes

This commit is contained in:
Dorian Zedler 2019-02-23 23:51:23 +01:00
parent b62997c555
commit 2e578425fd
1 changed files with 2 additions and 2 deletions

View File

@ -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