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
|
@ -211,7 +211,7 @@ TABS.sensors.initialize = function (callback) {
|
|||
checkboxes.eq(4).prop('disabled', true);
|
||||
}
|
||||
|
||||
if (semver.lt(CONFIG.flightControllerVersion, "1.9.1") || (!bit_check(CONFIG.activeSensors, 6))) { // airspeed
|
||||
if (!bit_check(CONFIG.activeSensors, 6)) { // airspeed
|
||||
checkboxes.eq(5).prop('disabled', true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue