Merge pull request #1 from cdisselkoen/avoid-duplicated-effects

Avoid duplicated effects in LEDMode rotation
pull/365/head
Jesse Vincent 7 years ago committed by GitHub
commit 5903621699

@ -4,7 +4,6 @@ LEDSolidColor::LEDSolidColor(uint8_t r, uint8_t g, uint8_t b) {
this->r = r;
this->g = g;
this->b = b;
LEDControl.mode_add(this);
}
void

Loading…
Cancel
Save