Merge remote-tracking branch 'origin/ac_main' into mdev
This commit is contained in:
@@ -172,6 +172,11 @@
|
||||
#include "../usermods/sd_card/usermod_sd_card.h"
|
||||
#endif
|
||||
|
||||
#ifdef USERMOD_PWM_OUTPUTS
|
||||
#include "../usermods/pwm_outputs/usermod_pwm_outputs.h"
|
||||
#endif
|
||||
|
||||
|
||||
//WLEDMM Custom Effects
|
||||
#ifdef USERMOD_CUSTOMEFFECTS
|
||||
#include "../usermods/customeffects/usermod_v2_customeffects.h"
|
||||
@@ -339,6 +344,10 @@ void registerUsermods()
|
||||
#ifdef SD_ADAPTER
|
||||
usermods.add(new UsermodSdCard());
|
||||
#endif
|
||||
|
||||
#ifdef USERMOD_PWM_OUTPUTS
|
||||
usermods.add(new PwmOutputsUsermod());
|
||||
#endif
|
||||
|
||||
//WLEDMM Custom Effects
|
||||
#ifdef USERMOD_CUSTOMEFFECTS
|
||||
|
||||
Reference in New Issue
Block a user