fixed fade timing
This commit is contained in:
parent
92cca14042
commit
9c5f1d91ff
|
@ -44,8 +44,8 @@ CRGB fr_leds[LED_FR_NUM];
|
||||||
|
|
||||||
// Animation settings
|
// Animation settings
|
||||||
#define FADE_ITERATIONS 50
|
#define FADE_ITERATIONS 50
|
||||||
#define INTERIOR_FADE 1
|
#define INTERIOR_FADE 1000
|
||||||
#define DRIVING_FADE 2
|
#define DRIVING_FADE 2000
|
||||||
|
|
||||||
int current_brightness = 0;
|
int current_brightness = 0;
|
||||||
CRGB current_color = CRGB(0,0,0);
|
CRGB current_color = CRGB(0,0,0);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user