mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
fix typo
This commit is contained in:
parent
911ddba278
commit
b5aeb8df2a
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ STM32_protocol.prototype.upload_procedure = function (step) {
|
|||
// stop retrying, its too late to get any response from MCU
|
||||
console.log('STM32 - no response from bootloader, disconnecting');
|
||||
|
||||
$('span.progressLabel').text('No reponse from the bootloader, programming: FAILED');
|
||||
$('span.progressLabel').text('No response from the bootloader, programming: FAILED');
|
||||
self.progress_bar_e.addClass('invalid');
|
||||
|
||||
GUI.interval_remove('stm32_initialize_mcu');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue