fixed ESPDMX

This commit is contained in:
RaffaelW 2024-11-03 12:32:21 +01:00
parent d9485b4537
commit 04b605b7d4
2 changed files with 3 additions and 2 deletions

View file

@ -27,7 +27,7 @@ class DMXESPSerial
public:
int sendPin;
int recvPin;
bool started;
bool dmxStarted;
uint8_t dmxDataStore[DMXCHANNELS + 1];
void init(int pinSend, int pinRecv);