Update command id according to the changed firmware.

This commit is contained in:
László Monda
2016-09-27 00:13:03 +02:00
parent 07af142718
commit fcd1bc4f58

View File

@@ -5,7 +5,7 @@ var usb = require('usb');
var vid = 0x16d3;
var pid = 0x05ea;
var test_led_command_id = 1;
var test_led_command_id = 2;
var device = usb.findByIds(vid, pid);
device.open();