From 15d6c3d73cff21f2c8f666ba1bff3a449d72bc73 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Mon, 23 Sep 2024 16:07:19 +0200 Subject: [PATCH] Fix review ctz --- locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en/messages.json b/locales/en/messages.json index 40ff42a073..927bc246d6 100755 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -1462,7 +1462,7 @@ "message": "Calibrate Gyro on first arm" }, "configurationDigitalIdlePercent": { - "message": "Motor Idle Percent" + "message": "Motor Idle (%)" }, "configurationDigitalIdlePercentHelp": { "message": "The Motor Idle value sets the idle speed of the motors when throttle is at minimum position.

Dynamic Idle disabled

The lowest throttle value sent to any motor, while armed, as a percentage of full throttle. Increase it to improve motor startup reliability, to avoid desyncs, and to improve PID responsiveness at low throttle.

Too low: the motors may not start up reliably, or desync at the end of a flip or roll or on hard throttle chops.

Too high: the craft may feel 'floaty'.

Dynamic idle enabled

The maximum throttle allowed, after arming, before takeoff. If RPM is less than dyn_idle_min_rpm, or zero, this throttle value will be sent to the motors. When the motors start spinning, throttle is adjusted to maintain the set RPM, but cannot exceed this value until the quad takes off.

Too low: the motors may not start up reliably.

Too high: the craft may shake on the ground before takeoff."