mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
updated new wifi examples
This commit is contained in:
parent
444fa5eba5
commit
e49786b423
@ -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);
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user