diff --git a/src/WebOTA.h b/src/WebOTA.h index 18e6a5c..d04c061 100644 --- a/src/WebOTA.h +++ b/src/WebOTA.h @@ -1,5 +1,7 @@ #include +extern const char *WEBOTA_VERSION; + int init_wifi(const char *ssid, const char *password, const char *mdns_hostname); int init_mdns(const char *host); int init_web_ota(WebServer *server);