fixed fade timing

This commit is contained in:
Adrian Baumgart 2023-11-19 17:00:04 +01:00
parent 92cca14042
commit 9c5f1d91ff
No known key found for this signature in database

View File

@ -44,8 +44,8 @@ CRGB fr_leds[LED_FR_NUM];
// Animation settings
#define FADE_ITERATIONS 50
#define INTERIOR_FADE 1
#define DRIVING_FADE 2
#define INTERIOR_FADE 1000
#define DRIVING_FADE 2000
int current_brightness = 0;
CRGB current_color = CRGB(0,0,0);