PicoLowLevel
Loading...
Searching...
No Matches
WebManagement Class Reference

Provides a class for managing a WiFi connection and HTTP server for remote firmware updates and configuration management. More...

#include <WebManagement.h>

Public Member Functions

 WebManagement (String configFile)
 
void begin (const char *ssid, const char *password, const char *hostname)
 Initializes the WiFi connection, mDNS, OTA, and HTTP server.
 
void handle ()
 Handles incoming HTTP requests and OTA updates.
 

Detailed Description

Provides a class for managing a WiFi connection and HTTP server for remote firmware updates and configuration management.

Constructor & Destructor Documentation

◆ WebManagement()

WebManagement::WebManagement ( String  configFile)
inline

Member Function Documentation

◆ begin()

void WebManagement::begin ( const char *  ssid,
const char *  password,
const char *  hostname 
)

Initializes the WiFi connection, mDNS, OTA, and HTTP server.

Parameters
ssidThe SSID of the WiFi network to connect to.
passwordThe password of the WiFi network to connect to.
hostnameThe hostname to use for the device.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ handle()

void WebManagement::handle ( )

Handles incoming HTTP requests and OTA updates.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: