diff --git a/src/WebOTA.h b/src/WebOTA.h index 2217b18..18e6a5c 100644 --- a/src/WebOTA.h +++ b/src/WebOTA.h @@ -1,9 +1,6 @@ #include -extern WebServer OTAServer; - int init_wifi(const char *ssid, const char *password, const char *mdns_hostname); -String ip2string(IPAddress ip); int init_mdns(const char *host); int init_web_ota(WebServer *server);