Skip to content

Commit

Permalink
merge fix for Deep-Sleep UM
Browse files Browse the repository at this point in the history
  • Loading branch information
DedeHai authored Jan 15, 2025
1 parent 39b3e7e commit 278d204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/usermods_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,6 @@ void registerUsermods()
#endif

#ifdef USERMOD_DEEP_SLEEP
usermods.add(new DeepSleepUsermod());
UsermodManager::add(new DeepSleepUsermod());
#endif
}

0 comments on commit 278d204

Please sign in to comment.