|
ESPixelStick Firmware
Firmware for the ESPixelStick
|
#include "ESPixelStick.h"#include "input/InputMgr.hpp"#include "input/InputFPPRemote.h"#include <ESPAsyncWebServer.h>

Go to the source code of this file.
Classes | |
| class | c_FPPSemaphore |
| class | c_FPPDiscovery |
| struct | c_FPPDiscovery::MultiSyncStats_t |
| struct | c_FPPDiscovery::SystemDebugStats_t |
Macros | |
| #define | SYNC_FILE_SEQ 0 |
| #define | SYNC_FILE_MEDIA 1 |
| #define | CTRL_PKT_CMD 0 |
| #define | CTRL_PKT_SYNC 1 |
| #define | CTRL_PKT_EVENT 2 |
| #define | CTRL_PKT_BLANK 3 |
| #define | CTRL_PKT_PING 4 |
| #define | CTRL_PKT_PLUGIN 5 |
| #define | CTRL_PKT_FPPCOMMAND 6 |
| #define | FPP_DEBUG_ENABLED |
| #define | TIME_TO_WAIT 30 |
| #define | SYNC_PKT_START 0 |
| #define | SYNC_PKT_STOP 1 |
| #define | SYNC_PKT_SYNC 2 |
| #define | SYNC_PKT_OPEN 3 |
Variables | |
| c_FPPDiscovery | FPPDiscovery |
| #define CTRL_PKT_BLANK 3 |
| #define CTRL_PKT_CMD 0 |
| #define CTRL_PKT_EVENT 2 |
| #define CTRL_PKT_FPPCOMMAND 6 |
| #define CTRL_PKT_PING 4 |
| #define CTRL_PKT_PLUGIN 5 |
| #define CTRL_PKT_SYNC 1 |
| #define FPP_DEBUG_ENABLED |
| #define SYNC_FILE_MEDIA 1 |
| #define SYNC_FILE_SEQ 0 |
| #define SYNC_PKT_OPEN 3 |
| #define SYNC_PKT_START 0 |
| #define SYNC_PKT_STOP 1 |
| #define SYNC_PKT_SYNC 2 |
| #define TIME_TO_WAIT 30 |
|
extern |