mirror of
https://github.com/wled/WLED.git
synced 2025-04-19 12:27:17 +00:00
merge fix for Deep-Sleep UM
This commit is contained in:
parent
39b3e7e507
commit
278d204d1c
@ -477,6 +477,6 @@ void registerUsermods()
|
||||
#endif
|
||||
|
||||
#ifdef USERMOD_DEEP_SLEEP
|
||||
usermods.add(new DeepSleepUsermod());
|
||||
UsermodManager::add(new DeepSleepUsermod());
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user