Merge pull request #3 from gedankenexperimenter/slowdown

Slow down the chase to reflect the recent optimizations
pull/365/head
Jesse Vincent 7 years ago committed by GitHub
commit 0cd6634f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ class LEDChaseEffect : public LEDMode {
int8_t chase_sign = 1; //negative values when it's going backwar
uint8_t chase_pixels = 5;
uint8_t current_chase_counter = 0;
static const uint8_t chase_threshold = 20;
static const uint8_t chase_threshold = 150;
};
}

Loading…
Cancel
Save