mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Updated WIfi chat server
This commit is contained in:
parent
0c81e70581
commit
43e38bcacc
@ -22,12 +22,9 @@
|
||||
|
||||
#include <SPI.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 pass[] = "password"; // your network password (use for WPA, or use as key for WEP)
|
||||
char ssid[] = "YourNetwork"; // your network SSID (name)
|
||||
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 status = WL_IDLE_STATUS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user