ESPixelStick Firmware
Firmware for the ESPixelStick
Loading...
Searching...
No Matches
WebMgr.cpp File Reference
#include "WebMgr.hpp"
#include "FileMgr.hpp"
#include "input/InputMgr.hpp"
#include "service/FPPDiscovery.h"
#include "network/NetworkMgr.hpp"
#include <Int64String.h>
#include <FS.h>
#include <LittleFS.h>
#include <Espalexa.h>
Include dependency graph for WebMgr.cpp:

Macros

#define ESPALEXA_MAXDEVICES   2
 
#define ESPALEXA_ASYNC
 

Functions

static AsyncWebServer webServer (HTTP_PORT)
 EFU Update Handler.
 
void PrettyPrint (JsonDocument &jsonStuff, String Name)
 
void PrettyPrint (JsonArray &jsonStuff, String Name)
 
void PrettyPrint (JsonObject &jsonStuff, String Name)
 

Variables

const uint8_t HTTP_PORT = 80
 Default web server port.
 
static Espalexa espalexa
 
static EFUpdate efupdate
 
c_WebMgr WebMgr
 

Macro Definition Documentation

◆ ESPALEXA_ASYNC

#define ESPALEXA_ASYNC

◆ ESPALEXA_MAXDEVICES

#define ESPALEXA_MAXDEVICES   2

Function Documentation

◆ PrettyPrint() [1/3]

void PrettyPrint ( JsonArray & jsonStuff,
String Name )

◆ PrettyPrint() [2/3]

void PrettyPrint ( JsonDocument & jsonStuff,
String Name )
Here is the caller graph for this function:

◆ PrettyPrint() [3/3]

void PrettyPrint ( JsonObject & jsonStuff,
String Name )
Here is the caller graph for this function:

◆ webServer()

static AsyncWebServer webServer ( HTTP_PORT )
static

EFU Update Handler.

Here is the caller graph for this function:

Variable Documentation

◆ efupdate

EFUpdate efupdate
static

◆ espalexa

Espalexa espalexa
static

◆ HTTP_PORT

const uint8_t HTTP_PORT = 80

Default web server port.

◆ WebMgr

c_WebMgr WebMgr