Added options for Auto Node discovery

Optimized strings (no string both F() and raw)
This commit is contained in:
cschwinne
2021-03-13 22:04:37 +01:00
parent 3460f9d9cc
commit 26096bc136
15 changed files with 2215 additions and 2180 deletions

View File

@@ -62,10 +62,6 @@ void initDMX() {
dmx.init(512); // initialize with bus length
}
#if (LEDPIN == 2)
#pragma message "Pin conflict compiling with DMX and LEDs on pin 2. Please set a different LEDPIN."
#endif
#else
void handleDMX() {}
void initDMX() {}