mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
Updated WIfi chat server
This commit is contained in:
@ -22,12 +22,9 @@
|
|||||||
|
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <WiFi.h>
|
#include <WiFi.h>
|
||||||
char ssid[] = "tigoenet"; // your network SSID (name)
|
|
||||||
char pass[] = "m30w-m30w"; // your network password (use for WPA, or use as key for WEP)
|
|
||||||
|
|
||||||
|
char ssid[] = "YourNetwork"; // your network SSID (name)
|
||||||
//char ssid[] = "YourNetwork"; // your network SSID (name)
|
char pass[] = "password"; // your network password (use for WPA, or use as key for WEP)
|
||||||
//char pass[] = "password"; // your network password (use for WPA, or use as key for WEP)
|
|
||||||
int keyIndex = 0; // your network key Index number (needed only for WEP)
|
int keyIndex = 0; // your network key Index number (needed only for WEP)
|
||||||
|
|
||||||
int status = WL_IDLE_STATUS;
|
int status = WL_IDLE_STATUS;
|
||||||
|
Reference in New Issue
Block a user