logi-fix.js aktualisiert
This commit is contained in:
parent
9dc7e95a00
commit
b9d87314ea
@ -121,7 +121,7 @@ function sendColors(overrideColor) {
|
||||
while(RGBDataExtra.length > 0) {
|
||||
const ledsToSend = Math.min(4, RGBDataExtra.length/4);
|
||||
|
||||
packet = [0x11, 0xFF, 0x10, 0x1F].concat(RGBDataExtra.splice(0, ledsToSend*4));
|
||||
packet = [0x11, 0xFF, 0x10].concat(RGBDataExtra.splice(0, ledsToSend*4));
|
||||
|
||||
device.write(packet, 20);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user