#include "ESPixelStick.h"
#include "memdebug.h"
#include "FileMgr.hpp"
#include <TimeLib.h>
Go to the source code of this file.
◆ 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_IS_RMT
#define OM_IS_RMT (CurrentOutput.PortType == OM_PortType_t::Rmt) |
◆ OM_IS_UART
#define OM_IS_UART (CurrentOutput.PortType == OM_PortType_t::Uart) |
◆ OM_MAX_NUM_CHANNELS
#define OM_MAX_NUM_CHANNELS (3000 * 3) |
◆ OutputMgr