config: bump max LEDs to 512

This commit is contained in:
Torrie Fischer 2023-12-11 07:59:26 +01:00
parent 5ea43bc908
commit 57f1ca837c

View File

@ -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;