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

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