Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: betaflight/betaflight-configurator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5159384ac19098d68085d7053b8f6108cb414ddf
Choose a base ref
..
head repository: betaflight/betaflight-configurator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 93e8dc4c48ba24294d52ee7254c26aa2ec24f526
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/js/tabs/motors.js
1 change: 0 additions & 1 deletion src/js/tabs/motors.js
Original file line number Diff line number Diff line change
@@ -777,7 +777,6 @@ motors.initialize = async function (callback) {
}

if (FC.ADVANCED_TUNING.idleMinRpm && FC.MOTOR_CONFIG.use_dshot_telemetry) {
const dynamicIdle = FC.ADVANCED_TUNING.idleMinRpm * 100;
$('div.digitalIdlePercent').hide();
} else {
$('span.digitalIdlePercentDisabled').text(i18n.getMessage('configurationDigitalIdlePercent'));