mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
updated new wifi examples
This commit is contained in:
parent
444fa5eba5
commit
e49786b423
@ -20,8 +20,8 @@
|
|||||||
#include <WiFi.h>
|
#include <WiFi.h>
|
||||||
#include <IPAddress.h>
|
#include <IPAddress.h>
|
||||||
|
|
||||||
char ssid[] = "tigoenet";
|
char ssid[] = "yourWifiNetwork";
|
||||||
char pass[] = "m30w-m30w";
|
char pass[] = "seekrit-password";
|
||||||
int status = WL_IDLE_STATUS;
|
int status = WL_IDLE_STATUS;
|
||||||
// telnet defaults to port 23
|
// telnet defaults to port 23
|
||||||
Server server(23);
|
Server server(23);
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
#include <WiFi.h>
|
#include <WiFi.h>
|
||||||
#include <IPAddress.h>
|
#include <IPAddress.h>
|
||||||
|
|
||||||
char ssid[] = "tigoenet";
|
char ssid[] = "yourWifiNetwork";
|
||||||
char pass[] = "m30w-m30w";
|
char pass[] = "seekrit-password";
|
||||||
int status = WL_IDLE_STATUS;
|
int status = WL_IDLE_STATUS;
|
||||||
|
|
||||||
// initialize the library instance:
|
// initialize the library instance:
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
#include <WiFi.h>
|
#include <WiFi.h>
|
||||||
#include <IPAddress.h>
|
#include <IPAddress.h>
|
||||||
|
|
||||||
char ssid[] = "tigoenet";
|
char ssid[] = "yourWifiNetwork";
|
||||||
char pass[] = "m30w-m30w";
|
char pass[] = "seekrit-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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user