- added fritzing schematic

- minor updates to arduino code
This commit is contained in:
Dorian Zedler 2019-02-24 11:34:45 +01:00
parent 6eb58b5845
commit a8572cdb89
2 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 = "<your SSID>";//"WIV"; //"DasSchmalter";
char* password = "<your Password>";//"DF~12qa.40"; //"12345678";
char* ssid = "WIV"; //"DasSchmalter";
char* password = "DF~12qa.40"; //"12345678";
// Set web server port number to 80

BIN
Arduino/Das_Schmalter.fzz Executable file

Binary file not shown.