mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Cleanup INAV 2.0.0
This commit is contained in:
parent
0016746d93
commit
cb1ff69703
19 changed files with 1274 additions and 3246 deletions
6
main.js
6
main.js
|
@ -145,12 +145,6 @@ $(document).ready(function () {
|
|||
var tab = tabClass.substring(4);
|
||||
var tabName = $(self).text();
|
||||
|
||||
if (CONFIGURATOR.connectionValid && semver.lt(CONFIG.flightControllerVersion, "2.0.0")) {
|
||||
$('#battery_profile_change').hide();
|
||||
$('#profile_change').css('width', '125px');
|
||||
$('#dataflash_wrapper_global').css('width', '125px');
|
||||
}
|
||||
|
||||
if (tabRequiresConnection && !CONFIGURATOR.connectionValid) {
|
||||
GUI.log(chrome.i18n.getMessage('tabSwitchConnectionRequired'));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue