1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

references to inav 1.3 removed

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-05-07 20:48:48 +02:00
parent 13f50294f3
commit 47a063dccd
3 changed files with 51 additions and 78 deletions

View file

@ -519,12 +519,6 @@ var FC = {
);
}
if (semver.lt(CONFIG.flightControllerVersion, "1.3.0")) {
features.push(
{bit: 18, group: 'esc', name: 'ONESHOT125', haveTip: true}
);
}
if (semver.gte(CONFIG.flightControllerVersion, "1.4.0")) {
features.push(
{bit: 28, group: 'esc-priority', name: 'PWM_OUTPUT_ENABLE', haveTip: true}
@ -548,11 +542,9 @@ var FC = {
);
}
if (semver.gte(CONFIG.flightControllerVersion, '1.3.0')) {
features.push(
{bit: 27, group: 'other', name: 'PWM_SERVO_DRIVER', haveTip: true, showNameInTip: true}
);
}
features.push(
{bit: 27, group: 'other', name: 'PWM_SERVO_DRIVER', haveTip: true, showNameInTip: true}
);
if (semver.gte(CONFIG.flightControllerVersion, '1.5.0')) {
features.push(