mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
updated new wifi examples
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user