1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 12:55:13 +03:00

lower the "contacting bootloader" timeout from buggy 4s to 1s

This commit is contained in:
cTn 2014-07-21 03:48:35 +02:00
parent 1c8faa5b13
commit b47892eca1

View file

@ -352,9 +352,15 @@ STM32_protocol.prototype.upload_procedure = function(step) {
if (send_counter++ > 3) {
// stop retrying, its too late to get any response from MCU
console.log('STM32 - no response from bootloader, disconnecting');
GUI.log('No reponse from the bootloader, programming: <strong style="color: red">FAILED</strong>');
GUI.interval_remove('stm32_initialize_mcu');
GUI.interval_remove('STM32_timeout');
// exit
self.upload_procedure(99);
}
}, 200, true);
}, 250, true);
break;
case 2:
// get version of the bootloader and supported commands