#include "ESPixelStick.h"
#include "OutputMgrPortDefs.hpp"
#include "memdebug.h"
#include "FileMgr.hpp"
#include <TimeLib.h>
Go to the source code of this file.
◆ DEFAULT_CONSOLE_RX_GPIO
| #define DEFAULT_CONSOLE_RX_GPIO gpio_num_t::GPIO_NUM_3 |
◆ DEFAULT_CONSOLE_TX_GPIO
| #define DEFAULT_CONSOLE_TX_GPIO gpio_num_t::GPIO_NUM_1 |
◆ NO_CONFIG_NEEDED
| #define NO_CONFIG_NEEDED time_t(-1) |
◆ NUM_UARTS
forward declaration to the pure virtual output class that will be defined later.
◆ OM_MAX_NUM_CHANNELS
| #define OM_MAX_NUM_CHANNELS (3000 * 3) |
◆ OutputDriverMemorySize
| #define OutputDriverMemorySize 1200 |
◆ OutputMgr