Extract the USB product ID for getBlhostCmd()

This commit is contained in:
László Monda
2017-10-29 18:17:48 +01:00
parent a5402e7c6a
commit 4e2d867424
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ program
const firmwareImage = program.args[0];
const usbDir = '../../../lib/agent/packages/usb';
const blhostUsb = getBlhostCmd();
const blhostUsb = getBlhostCmd(0x6121);
const blhostBuspal = blhostUsb + ' --buspal i2c,0x10,100k';
checkFirmwareImage(firmwareImage, extension);