mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-11 05:54:16 +01:00
Deleted old passwords
This commit is contained in:
parent
7d3629302e
commit
97177fe51a
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
created 13 July 2010
|
created 13 July 2010
|
||||||
by dlf (Metodo2 srl)
|
by dlf (Metodo2 srl)
|
||||||
modified 15 Sep 2011
|
modified 10 Jan 2012
|
||||||
by Tom Igoe
|
by Tom Igoe
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -18,8 +18,8 @@
|
|||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <WiFi.h>
|
#include <WiFi.h>
|
||||||
|
|
||||||
char ssid[] = "lamaison"; // your network SSID (name)
|
char ssid[] = "networkName"; // your network SSID (name)
|
||||||
char pass[] = "tenantaccess247"; // your network password
|
char pass[] = "yourPassword"; // your network password
|
||||||
|
|
||||||
int status = WL_IDLE_STATUS;
|
int status = WL_IDLE_STATUS;
|
||||||
IPAddress server(74,125,115,105); // Google
|
IPAddress server(74,125,115,105); // Google
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
created 13 July 2010
|
created 13 July 2010
|
||||||
by dlf (Metodo2 srl)
|
by dlf (Metodo2 srl)
|
||||||
modified 15 Sep 2011
|
modified 10 Jan 2012
|
||||||
by Tom Igoe
|
by Tom Igoe
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -18,8 +18,8 @@
|
|||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <WiFi.h>
|
#include <WiFi.h>
|
||||||
|
|
||||||
char ssid[] = "lamaison"; // your network SSID (name)
|
char ssid[] = "networkName"; // your network SSID (name)
|
||||||
char pass[] = "tenantaccess247"; // your network password
|
char pass[] = "yourPassword"; // your network password
|
||||||
int status = WL_IDLE_STATUS;
|
int status = WL_IDLE_STATUS;
|
||||||
|
|
||||||
WiFiServer server(80);
|
WiFiServer server(80);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user