merge fix for Deep-Sleep UM

This commit is contained in:
Damian Schneider 2025-01-15 20:36:53 +01:00 committed by GitHub
parent 39b3e7e507
commit 278d204d1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -477,6 +477,6 @@ void registerUsermods()
#endif
#ifdef USERMOD_DEEP_SLEEP
usermods.add(new DeepSleepUsermod());
UsermodManager::add(new DeepSleepUsermod());
#endif
}