This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Hacky fix of spurious white channel on when my92XX off
fastled
Xose Pérez
7 years ago
parent
cfb9880d9b
commit
ac0d2163ed
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
;
}
Write
Preview
Loading…
Cancel
Save