Change WLEDSR to WLEDMM in comments

This commit is contained in:
Ewoud
2022-11-09 12:14:42 +01:00
parent f2adc5eff4
commit c3c3ff39b5
24 changed files with 98 additions and 98 deletions

View File

@@ -160,7 +160,7 @@
#include "../usermods/ADS1115_v2/usermod_ads1115.h"
#endif
//WLEDSR Custom Effects
//WLEDMM Custom Effects
#ifdef USERMOD_CUSTOMEFFECTS
#include "../usermods/customeffects/usermod_v2_customeffects.h"
#endif
@@ -324,7 +324,7 @@ void registerUsermods()
usermods.add(new ADS1115Usermod());
#endif
//WLEDSR Custom Effects
//WLEDMM Custom Effects
#ifdef USERMOD_CUSTOMEFFECTS
usermods.add(new CustomEffectsUserMod());
#endif