- added fritzing schematic
- minor updates to arduino code
This commit is contained in:
parent
6eb58b5845
commit
a8572cdb89
2 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 = "<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
BIN
Arduino/Das_Schmalter.fzz
Executable file
Binary file not shown.
Reference in a new issue