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

@@ -243,4 +243,12 @@
#define LEDPIN 2
#endif
#ifdef WLED_ENABLE_DMX
#if (LEDPIN == 2)
#undef LEDPIN
#define LEDPIN 3
#warning "Pin conflict compiling with DMX and LEDs on pin 2. The default LED pin has been changed to pin 3."
#endif
#endif
#endif