1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 12:55:14 +03:00

Remove unnecesary function

This commit is contained in:
Asizon 2020-04-26 14:40:44 +02:00
parent 6824ce3b56
commit 73707e7cc8

View file

@ -430,9 +430,6 @@ TABS.receiver.initialize = function (callback) {
$('select[name="rcSmoothing-input-manual-select"]').change();
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);
} else {
$('.tab-receiver .rcSmoothing-auto-smoothness').hide();