mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Remove feature for versions prior to 3.0
This commit is contained in:
parent
aab0035d92
commit
ac8eab6f8c
2 changed files with 6 additions and 1 deletions
|
@ -397,6 +397,11 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
}
|
||||
|
||||
$('input[name="vesselName"]').val(CONFIG.name);
|
||||
|
||||
if (CONFIG.flightControllerIdentifier != "BTFL" || semver.lt(CONFIG.flightControllerVersion, "3.0.0")) {
|
||||
$('.miscSettings').hide();
|
||||
}
|
||||
|
||||
|
||||
|
||||
// generate GPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue