Inital code on adding DMX input support

This commit is contained in:
Will Tatam
2023-02-18 13:17:09 +00:00
parent da3acc4627
commit 77d7567707
4 changed files with 13 additions and 0 deletions

View File

@@ -56,6 +56,9 @@ void WLED::loop()
handleTransitions();
#ifdef WLED_ENABLE_DMX
handleDMX();
#endif
#ifdef WLED_ENABLE_DMX_INPUT
handleDMXInput();
#endif
userLoop();