Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FastLED based output #134

Draft
wants to merge 14 commits into
base: mdev
Choose a base branch
from
2 changes: 2 additions & 0 deletions usermods/usermod_v2_auto_playlist/usermod_v2_auto_playlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ class AutoPlaylistUsermod : public Usermod {

if (bri == 0) return;

if(!functionality_enabled) return;

um_data_t *um_data;

if (!usermods.getUMData(&um_data, USERMOD_ID_AUDIOREACTIVE)) {
Expand Down
Loading
Loading