config: bump max LEDs to 512
This commit is contained in:
parent
5ea43bc908
commit
57f1ca837c
@ -39,7 +39,7 @@ struct HardwareConfig {
|
||||
void save();
|
||||
bool isValid() const;
|
||||
|
||||
static constexpr uint16_t MAX_LED_NUM = 255;
|
||||
static constexpr uint16_t MAX_LED_NUM = 512;
|
||||
|
||||
private:
|
||||
uint8_t getCRC() const;
|
||||
|
Loading…
Reference in New Issue
Block a user