1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-29 18:52:13 +01:00

Deleted old passwords

This commit is contained in:
Tom Igoe 2012-01-10 08:46:58 -05:00
parent 7d3629302e
commit 97177fe51a
2 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
created 13 July 2010
by dlf (Metodo2 srl)
modified 15 Sep 2011
modified 10 Jan 2012
by Tom Igoe
*/
@ -18,8 +18,8 @@
#include <SPI.h>
#include <WiFi.h>
char ssid[] = "lamaison"; // your network SSID (name)
char pass[] = "tenantaccess247"; // your network password
char ssid[] = "networkName"; // your network SSID (name)
char pass[] = "yourPassword"; // your network password
int status = WL_IDLE_STATUS;
IPAddress server(74,125,115,105); // Google

View File

@ -10,7 +10,7 @@
created 13 July 2010
by dlf (Metodo2 srl)
modified 15 Sep 2011
modified 10 Jan 2012
by Tom Igoe
*/
@ -18,8 +18,8 @@
#include <SPI.h>
#include <WiFi.h>
char ssid[] = "lamaison"; // your network SSID (name)
char pass[] = "tenantaccess247"; // your network password
char ssid[] = "networkName"; // your network SSID (name)
char pass[] = "yourPassword"; // your network password
int status = WL_IDLE_STATUS;
WiFiServer server(80);