//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