mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Allow the version to be accessed globally
This commit is contained in:
parent
08b1ebc39d
commit
c2d726a7df
@ -1,5 +1,7 @@
|
||||
#include <WebServer.h>
|
||||
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user