mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
7 lines
208 B
C
7 lines
208 B
C
#include <WebServer.h>
|
|
|
|
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);
|