You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
604 B

//Wifi name and pass
const char* ssidW = "ANTIMATERIA";
const char* passwordW = "ExoPlanet.2323.opto-bl00dy-ne7";
//Acess Point name and pass
const char* ssid = "ENCSYS";
const char* pass = "ENCSYS232323";
WiFiServer server(80);
// it wil set the static IP address to 192, 168, 10, 23
IPAddress local_IP(192, 168, 10, 23);
//it wil set the gateway static IP address to 192, 168, 10,1
IPAddress gateway(192, 168, 10, 1);
// Following three settings are optional
IPAddress subnet(255, 255, 0, 0);
IPAddress primaryDNS(8, 8, 8, 8);
IPAddress secondaryDNS(8, 8, 4, 4);
int WID = 1; // ID# OF THIS BOARD