Inital code on adding DMX input support
This commit is contained in:
@@ -56,6 +56,9 @@ void WLED::loop()
|
||||
handleTransitions();
|
||||
#ifdef WLED_ENABLE_DMX
|
||||
handleDMX();
|
||||
#endif
|
||||
#ifdef WLED_ENABLE_DMX_INPUT
|
||||
handleDMXInput();
|
||||
#endif
|
||||
userLoop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user