Make the bootloader timeout of the reenumerate script specifiable.

This commit is contained in:
László Monda
2018-05-16 23:19:36 +02:00
parent 17693ec8fe
commit eb97dd844f
5 changed files with 10 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import { cloneDeep, isEqual } from 'lodash-es';
import { cloneDeep, isEqual } from 'lodash';
import { Device, devices, HID } from 'node-hid';
import { CommandLineArgs, LogService } from 'uhk-common';