Skip to content

Commit

Permalink
chore: log the report id of the Agent => firmware package (#2302)
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb authored Jun 22, 2024
1 parent 4fd6b30 commit df9af6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uhk-usb/src/uhk-hid-device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class UhkHidDevice {

try {
const sendData = getTransferData(buffer);
this.logService.usb('[UhkHidDevice] USB[W]:', bufferToString(sendData).substr(3));
this.logService.usb('[UhkHidDevice] USB[W]:', bufferToString(sendData));
device.write(sendData);
await snooze(1);
const receivedData = device.readTimeout(1000);
Expand Down

0 comments on commit df9af6c

Please sign in to comment.