Correct spelling

This commit is contained in:
Starbeamrainbowlabs 2016-10-06 17:13:07 +00:00
parent 85a12464a9
commit 34d0902928
1 changed files with 1 additions and 1 deletions

2
WiFiConnection/WiFiConnection.ino Normal file → Executable file
View File

@ -8,7 +8,7 @@
#include <WiFi.h>
char ssid[] = "evenstar-2.4";
char password[] = "yourPassowordHere";
char password[] = "yourPasswordHere";
// The current wifi status
int currentStatus = WL_IDLE_STATUS;