Merge pull request #1629 from iNavFlight/dzikuvx-thorttle-scale-setting

Add throtlle_scale to GUI
pull/1631/head
Paweł Spychalski 2 years ago committed by GitHub
commit a9402f4c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4331,5 +4331,11 @@
},
"rcSmoothing": {
"message": "RC Smoothing"
},
"throttle_scale": {
"message": "Throttle scale"
},
"throttle_scale_help": {
"message": "Allow to limit effective power fed to the motors. Throttle Scale 1 mean there is no power limiting. Throttle Scale 0.5 means throttle position will be cut in half before passed to the motors."
}
}

@ -52,6 +52,14 @@
<span data-i18n="throttleIdle"></span>
</label>
</div>
<div class="number">
<input id="throttle_scale" data-setting="throttle_scale" type="number" data-step="0.01" />
<label for="throttle_scale">
<span data-i18n="throttle_scale"></span>
</label>
<div for="throttle_scale" class="helpicon cf_tip" data-i18n_title="throttle_scale_help"></div>
</div>
<div class="number">
<input id="motor_poles" data-setting="motor_poles" type="number" />
@ -86,6 +94,7 @@
</label>
</div>
</div>
</div>
</div>
<div class="gui_box grey">

Loading…
Cancel
Save