mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 13:48:53 +00:00
remove unnecessary variables
This commit is contained in:
parent
f2f17a6f4c
commit
2191406031
1 changed files with 0 additions and 4 deletions
|
@ -31,10 +31,6 @@ dmx_port_t dmx1 = DMX_NUM_0; // for esp32s2
|
|||
dmx_port_t dmx2 = DMX_NUM_1;
|
||||
byte dmx1_data[DMX_PACKET_SIZE];
|
||||
byte dmx2_data[DMX_PACKET_SIZE];
|
||||
unsigned long dmx1_lastUpdate = millis();
|
||||
unsigned long dmx2_lastUpdate = millis();
|
||||
bool dmx1_IsConnected = false;
|
||||
bool dmx2_IsConnected = false;
|
||||
|
||||
// Button
|
||||
#define PIN_LED 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue