|
ESPixelStick Firmware
Firmware for the ESPixelStick
|
#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>
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 EspalexaDevice | AlexaDevice |
| static EFUpdate | efupdate |
| c_WebMgr | WebMgr |
| #define ESPALEXA_ASYNC |
| #define ESPALEXA_MAXDEVICES 2 |
| void PrettyPrint | ( | JsonArray & | jsonStuff, |
| String | Name ) |
| void PrettyPrint | ( | JsonDocument & | jsonStuff, |
| String | Name ) |

| void PrettyPrint | ( | JsonObject & | jsonStuff, |
| String | Name ) |

|
static |
EFU Update Handler.

|
static |
|
static |
|
static |
| const uint8_t HTTP_PORT = 80 |
Default web server port.
| c_WebMgr WebMgr |