Skip to content

Commit

Permalink
main leds: bump LEDS_LIMIT_GROUPS_MAX 8 -> 64
Browse files Browse the repository at this point in the history
  • Loading branch information
SpComb committed Jul 31, 2023
1 parent 549ab05 commit 08bc25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/leds_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <stdbool.h>

#define LEDS_LIMIT_GROUPS_MAX 8
#define LEDS_LIMIT_GROUPS_MAX 64
#define LEDS_SEQUENCE_FILE_MAX 64

struct leds_state *state;
Expand Down

0 comments on commit 08bc25f

Please sign in to comment.