mirror of
https://github.com/wled/WLED.git
synced 2025-07-23 10:46:33 +00:00
Remove Usermod inheritance from UsermodManager
This commit is contained in:
parent
4f1eb64ac6
commit
6ab95ed4ef
@ -192,7 +192,7 @@ class Usermod {
|
|||||||
virtual uint16_t getId() {return USERMOD_ID_UNSPECIFIED;}
|
virtual uint16_t getId() {return USERMOD_ID_UNSPECIFIED;}
|
||||||
};
|
};
|
||||||
|
|
||||||
class UsermodManager : public Usermod {
|
class UsermodManager {
|
||||||
private:
|
private:
|
||||||
Usermod* ums[WLED_MAX_USERMODS];
|
Usermod* ums[WLED_MAX_USERMODS];
|
||||||
byte numMods = 0;
|
byte numMods = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user