mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
* Fix APA102 protocoll * Minor clean-ups * Revert updates
This commit is contained in:
@@ -39,10 +39,6 @@ bool LedDeviceSK9822::init(const QJsonObject &deviceConfig)
|
||||
|
||||
_ledBuffer.resize(0, 0x00);
|
||||
_ledBuffer.resize(bufferSize, 0x00);
|
||||
//_ledBuffer[0] = 0x00;
|
||||
//_ledBuffer[1] = 0x00;
|
||||
//_ledBuffer[2] = 0x00;
|
||||
//_ledBuffer[3] = 0x00;
|
||||
|
||||
isInitOK = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user