mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 05:45:25 +03:00
fix above issue
This commit is contained in:
parent
8810d353b2
commit
db11eb2681
3 changed files with 5 additions and 13 deletions
|
@ -156,6 +156,7 @@ function startProcess() {
|
|||
} else {
|
||||
self.disconnect();
|
||||
}
|
||||
$('div.open_firmware_flasher a.flash').click();
|
||||
} else if (GUI.allowedTabs.indexOf(tab) < 0) {
|
||||
GUI.log(i18n.getMessage('tabSwitchUpgradeRequired', [tabName]));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue