From ac0d2163ed196bd8650b3a2828183b7f0c8c863f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 22 Oct 2017 20:02:29 +0200 Subject: [PATCH] Hacky fix of spurious white channel on when my92XX off --- code/espurna/light.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/code/espurna/light.ino b/code/espurna/light.ino index 1fc77388..835e4cc7 100644 --- a/code/espurna/light.ino +++ b/code/espurna/light.ino @@ -264,6 +264,7 @@ void _lightProviderUpdate() { } else { + _my9291->setColor((my9291_color_t) { 0, 0, 0, 0, 0 }); _my9291->setState(false); }