typo fix
This commit is contained in:
parent
75383f8585
commit
b280a82702
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
|||
|
||||
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
|
||||
char ssid[] = SECRET_SSID; // your network SSID (name)
|
||||
char pass[] = SECRET_PASS; // your network password (use for WPA, or use as key for WEP)
|
||||
int status = WL_IDLE_STATUS; // the Wifi radio's status
|
||||
|
||||
void setup() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue