From 32fc4b3527f9400151c02d02655ab93854261661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 11 Dec 2017 21:22:13 +0100 Subject: [PATCH] Change UsbCommandId_SetTestLed from 0x02 to 0x14 --- packages/usb/uhk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/usb/uhk.js b/packages/usb/uhk.js index c80bf0e8..4f19ed64 100644 --- a/packages/usb/uhk.js +++ b/packages/usb/uhk.js @@ -53,7 +53,7 @@ exports = module.exports = moduleExports = { usbCommands: { getProperty: 0, reenumerate: 1, - setTestLed: 2, + setTestLed: 0x14, writeUserConfig: 8, applyConfig: 9, setLedPwmBrightness: 10,