mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
Remove rc_smoothing types and updates
This commit is contained in:
parent
9ece824971
commit
5c8eb1d265
1 changed files with 6 additions and 0 deletions
|
@ -612,6 +612,12 @@ TABS.receiver.initialize = function (callback) {
|
|||
$('.tab-receiver .rcSmoothing-auto-smoothness').hide();
|
||||
}
|
||||
|
||||
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_44)) {
|
||||
$('.tab-receiver .rcSmoothing-derivative-type').hide();
|
||||
$('.tab-receiver .rcSmoothing-input-type').hide();
|
||||
$('.tab-receiver input[name="rcSmoothingAutoSmoothness-number"]').attr("max", "250");
|
||||
}
|
||||
|
||||
// Only show the MSP control sticks if the MSP Rx feature is enabled
|
||||
$(".sticks_btn").toggle(FC.FEATURE_CONFIG.features.isEnabled('RX_MSP'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue