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:
parent
7d3629302e
commit
97177fe51a
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user