logi-fix.js aktualisiert

This commit is contained in:
s-mendyka 2024-06-05 17:42:15 +02:00
parent 2b69325da7
commit ff917e650a

View File

@ -89,12 +89,12 @@ function SendGkeys(shutdown = false) {
const packet = [];
packet[0] = 0x12;
packet[1] = 0xFF;
packet[2] = 0x0c;
packet[3] = 0x3d;
packet[2] = 0x10;
packet[3] = 0x1F;
packet[4] = 0x00;
packet[5] = 4;
packet[6] = 0x00;
packet[7] = 9; // led count
packet[7] = 5; // led count
for(let iIdx = 0; iIdx < vGkeyPositions.length; iIdx++){
const iLedIdx = (iIdx * 4) + 8;
@ -126,7 +126,7 @@ function SendLogoZones(shutdown = false){
const packet = [];
packet[0] = 0x11;
packet[1] = 0xFF;
packet[2] = 0x0c;
packet[2] = 0x10;
packet[3] = 0x3d;
packet[4] = 0x00;
packet[5] = 0x10;