Skip to content

Commit

Permalink
chore: remove [UhkHidDevice] try to find MCU Bootloader log entry (#2448
Browse files Browse the repository at this point in the history
)

Make the firmware upgrade logging more compact
  • Loading branch information
ert78gb authored Dec 15, 2024
1 parent b9ddcc1 commit cd3455b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/uhk-usb/src/uhk-hid-device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ export class UhkHidDevice {
for (const vidPid of vidPidPairs) {

if (enumerationMode === EnumerationModes.Bootloader && device.firmwareUpgradeMethod === FIRMWARE_UPGRADE_METHODS.MCUBOOT) {
this.logService.misc('[UhkHidDevice] try to find MCU Bootloader');
const serialDevices = await SerialPort.list();
// TODO: Implement the listAvailableDevices for serial devices too
for (const serialDevice of serialDevices) {
Expand Down

0 comments on commit cd3455b

Please sign in to comment.