21 void begin(
const char* ssid,
const char* password,
const char* hostname);
25 void setupOTA(
const char* hostname);
30 String readFile(String path);
Provides a class for managing a WiFi connection and HTTP server for remote firmware updates and confi...
Definition WebManagement.h:18
void begin(const char *ssid, const char *password, const char *hostname)
Initializes the WiFi connection, mDNS, OTA, and HTTP server.
Definition WebManagement.cpp:9
void handle()
Handles incoming HTTP requests and OTA updates.
Definition WebManagement.cpp:27
WebManagement(String configFile)
Definition WebManagement.h:20