mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Add feedforward to the tooltip and fix some PIDF
This commit is contained in:
parent
ea53b766ad
commit
6137913a5f
3 changed files with 8 additions and 1 deletions
|
@ -263,6 +263,8 @@ TABS.pid_tuning.initialize = function (callback) {
|
|||
feedforwardTransitionNumberElement.val($(this).val());
|
||||
});
|
||||
|
||||
$('.helpicon[i18n_title="pidTuningPidTuningTip"]').hide();
|
||||
|
||||
// AntiGravity Mode
|
||||
var antiGravityModeSelect = $('.antigravity select[id="antiGravityMode"]');
|
||||
antiGravityModeSelect.change(function () {
|
||||
|
@ -293,6 +295,7 @@ TABS.pid_tuning.initialize = function (callback) {
|
|||
// Feedforward column
|
||||
$('#pid_main tr :nth-child(5)').hide();
|
||||
$('#pid_main .pid_titlebar2 th').attr("colspan", 8);
|
||||
$('.helpicon[i18n_title="pidTuningPidTuningTipFeedforward"]').hide();
|
||||
|
||||
$('#pid-tuning .feedforwardTransition').hide();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue