This commit is contained in:
2026-01-06 12:13:55 +01:00
parent 0dd26fdcde
commit d33bda52d0
6 changed files with 22 additions and 20 deletions

View File

@ -21,6 +21,7 @@ typedef struct
int8_t led_count_strip_a; // LED count for LED strip A (-1 = not configured)
int8_t led_count_strip_b; // LED count for LED strip B (-1 = not configured)
int8_t pwm_pin; // GPIO pin for PWM input (-1 = not configured)
int8_t localBtn_pin; // GPIO pin for local btn input (-1 = not configured)
uint32_t magic; // Magic number to validate config (0xDEADBEEF) //TODO: use sha256
} config_t;