logi-fix.js aktualisiert

This commit is contained in:
s-mendyka 2024-06-06 00:06:33 +02:00
parent 9180d5af8d
commit 3a3d88f5c1

View File

@ -133,7 +133,7 @@ function sendColors(overrideColor) {
} }
function applyExtra() { function applyExtra() {
const packet = [0x11, 0xFF, 0x10, 0x7E]; const packet = [0x11, 0xFF, 0x10, 0x7A];
device.write(packet, 20); device.write(packet, 20);
} }