1
0
Fork 0
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:
KiteAnton 2016-07-13 23:47:15 +02:00
parent aab0035d92
commit ac8eab6f8c
2 changed files with 6 additions and 1 deletions

View file

@ -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