Make the bootloader timeout of the reenumerate script specifiable.
This commit is contained in:
@@ -191,8 +191,7 @@ async function updateDeviceFirmware(firmwareImage, extension) {
|
||||
|
||||
// USB commands
|
||||
|
||||
function reenumerate(enumerationMode) {
|
||||
const bootloaderTimeoutMs = 5000;
|
||||
function reenumerate(enumerationMode, bootloaderTimeoutMs=5000) {
|
||||
const pollingIntervalMs = 100;
|
||||
let pollingTimeoutMs = 10000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user