Updated WIfi chat server

This commit is contained in:
Tom Igoe 2012-03-04 17:23:01 -05:00
parent 0c81e70581
commit 43e38bcacc
1 changed files with 2 additions and 5 deletions

View File

@ -22,12 +22,9 @@
#include <SPI.h>
#include <WiFi.h>
char ssid[] = "tigoenet"; // your network SSID (name)
char pass[] = "m30w-m30w"; // your network password (use for WPA, or use as key for WEP)
//char ssid[] = "YourNetwork"; // your network SSID (name)
//char pass[] = "password"; // your network password (use for WPA, or use as key for WEP)
char ssid[] = "YourNetwork"; // your network SSID (name)
char pass[] = "password"; // your network password (use for WPA, or use as key for WEP)
int keyIndex = 0; // your network key Index number (needed only for WEP)
int status = WL_IDLE_STATUS;