updated new wifi examples

This commit is contained in:
Tom Igoe 2011-05-21 10:37:50 -04:00
parent 444fa5eba5
commit e49786b423
3 changed files with 6 additions and 6 deletions

View File

@ -20,8 +20,8 @@
#include <WiFi.h>
#include <IPAddress.h>
char ssid[] = "tigoenet";
char pass[] = "m30w-m30w";
char ssid[] = "yourWifiNetwork";
char pass[] = "seekrit-password";
int status = WL_IDLE_STATUS;
// telnet defaults to port 23
Server server(23);

View File

@ -26,8 +26,8 @@
#include <WiFi.h>
#include <IPAddress.h>
char ssid[] = "tigoenet";
char pass[] = "m30w-m30w";
char ssid[] = "yourWifiNetwork";
char pass[] = "seekrit-password";
int status = WL_IDLE_STATUS;
// initialize the library instance:

View File

@ -21,8 +21,8 @@
#include <WiFi.h>
#include <IPAddress.h>
char ssid[] = "tigoenet";
char pass[] = "m30w-m30w";
char ssid[] = "yourWifiNetwork";
char pass[] = "seekrit-password";
int status = WL_IDLE_STATUS;
IPAddress server(74,125,115,105); // Google