remove MAX_MODES

This commit is contained in:
2026-01-06 12:20:27 +01:00
parent d33bda52d0
commit 3ada494d15
3 changed files with 5 additions and 12 deletions

View File

@ -15,7 +15,6 @@
static const char *TAG = "ANIMATION";
#define FRAMES_PER_SECOND 60
#define NUM_LEDS_DEFAULT 44 // TODO: Default from proof-of-concept
static animation_mode_t current_mode = ANIM_BLACK;
static uint8_t global_hue = 0;