mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Remove unnecesary function
This commit is contained in:
parent
6824ce3b56
commit
73707e7cc8
1 changed files with 0 additions and 3 deletions
|
@ -430,9 +430,6 @@ TABS.receiver.initialize = function (callback) {
|
||||||
$('select[name="rcSmoothing-input-manual-select"]').change();
|
$('select[name="rcSmoothing-input-manual-select"]').change();
|
||||||
|
|
||||||
var rc_smoothing_auto_smoothness = $('input[name="rcSmoothingAutoSmoothness-number"]');
|
var rc_smoothing_auto_smoothness = $('input[name="rcSmoothingAutoSmoothness-number"]');
|
||||||
rc_smoothing_auto_smoothness.change(function() {
|
|
||||||
RX_CONFIG.rcSmoothingAutoSmoothness = $(this).val();
|
|
||||||
});
|
|
||||||
rc_smoothing_auto_smoothness.val(RX_CONFIG.rcSmoothingAutoSmoothness);
|
rc_smoothing_auto_smoothness.val(RX_CONFIG.rcSmoothingAutoSmoothness);
|
||||||
} else {
|
} else {
|
||||||
$('.tab-receiver .rcSmoothing-auto-smoothness').hide();
|
$('.tab-receiver .rcSmoothing-auto-smoothness').hide();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue