APA102 protocol fix (#1352) (#1361)

* Fix APA102 protocoll

* Minor clean-ups

* Revert updates
This commit is contained in:
LordGrey
2021-10-28 18:54:54 +01:00
committed by GitHub
parent ba32b875ab
commit 954112a88e
7 changed files with 65 additions and 28 deletions

View File

@@ -275,6 +275,7 @@ bool LedDevice::switchOn()
if ( powerOn() )
{
_isOn = true;
_isInSwitchOff = false;
rc = true;
}
}