Browse Source

Hacky fix of spurious white channel on when my92XX off

fastled
Xose Pérez 7 years ago
parent
commit
ac0d2163ed
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/light.ino

+ 1
- 0
code/espurna/light.ino View File

@ -264,6 +264,7 @@ void _lightProviderUpdate() {
} else {
_my9291->setColor((my9291_color_t) { 0, 0, 0, 0, 0 });
_my9291->setState(false);
}


Loading…
Cancel
Save