usermod manager - small optimization

* use native types only (faster, smaller)
This commit is contained in:
Frank
2024-09-21 20:42:03 +02:00
parent f1088bb5c0
commit 18b35d11f8
2 changed files with 19 additions and 19 deletions

View File

@@ -326,7 +326,7 @@ class Usermod {
class UsermodManager {
private:
Usermod* ums[WLED_MAX_USERMODS];
byte numMods = 0;
unsigned numMods = 0;
public:
void loop();