Remove some stuff no one will access from the outside

This commit is contained in:
Scott Baker 2019-03-14 15:17:10 -07:00
parent 227c18e83d
commit 09102d12af

View File

@ -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);