#include <ESP8266WiFi.h>
#include <ESP8266WebServer.h>
#include <DNSServer.h>
#include "Spiffs.h"
#include "HtmlTag.h"
Go to the source code of this file.
Data Structures | |
class | MyESPWebServer |
class | MyWebServer |
Webserver Interface to communicate via esp8266 in station or access-point mode. Works with the SPIFFS (.html, .css, .js).
Definition in file WebServer.h.