mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Remove some stuff no one will access from the outside
This commit is contained in:
parent
227c18e83d
commit
09102d12af
@ -1,9 +1,6 @@
|
||||
#include <WebServer.h>
|
||||
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user