Change UsbCommandId_SetTestLed from 0x02 to 0x14

This commit is contained in:
László Monda
2017-12-11 21:22:13 +01:00
parent 6659ef8eab
commit 32fc4b3527

View File

@@ -53,7 +53,7 @@ exports = module.exports = moduleExports = {
usbCommands: {
getProperty: 0,
reenumerate: 1,
setTestLed: 2,
setTestLed: 0x14,
writeUserConfig: 8,
applyConfig: 9,
setLedPwmBrightness: 10,