Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 12, 2020 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/5bcbfebfe1718e3ce3df28a2e0c289d7 to your computer and use it in GitHub Desktop.
Save parzibyte/5bcbfebfe1718e3ce3df28a2e0c289d7 to your computer and use it in GitHub Desktop.
const char *NOMBRE_RED = "Parzibyte",
*CLAVE_RED = "00000000"; // Son 8 ceros
const int PUERTO = 80;
IPAddress ip(192, 168, 1, 1);
IPAddress puertaDeEnlace(192, 168, 1, 1);
IPAddress mascaraDeRed(255, 255, 255, 0);
ESP8266WebServer servidor(PUERTO);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment