mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 03:19:54 +03:00
Allow for 32 LCs and 8 GVARs
This commit is contained in:
parent
6270d101fd
commit
303c4b8d45
11 changed files with 73 additions and 109 deletions
|
@ -199,9 +199,7 @@ function onValidFirmware()
|
|||
GUI.allowedTabs = GUI.defaultAllowedTabsWhenConnected.slice();
|
||||
onConnect();
|
||||
|
||||
if (semver.gte(CONFIG.flightControllerVersion, "2.3.0")) {
|
||||
helper.defaultsDialog.init();
|
||||
}
|
||||
helper.defaultsDialog.init();
|
||||
|
||||
$('#tabs ul.mode-connected .tab_setup a').click();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue