From 325f6170edda79fbe89addc480bde786270144bb Mon Sep 17 00:00:00 2001 From: Juzzle1 Date: Thu, 7 May 2020 14:03:10 +0100 Subject: [PATCH 1/2] Update motor limit frame messages Replaced references to 'Attenuation' and 'Limit' with 'Scaling' --- locales/en/messages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en/messages.json b/locales/en/messages.json index 366dd86434..c769de389d 100644 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -3333,13 +3333,13 @@ "message": "The values below change the behaviour of the ANGLE and HORIZON flight modes. Different PID controllers handle the values differently. Please check the documentation." }, "pidTuningMotorOutputLimit": { - "message": "Motor Output Limit" + "message": "Motor Output Scaling" }, "pidTuningMotorLimit": { - "message": "Attenuation %" + "message": "Scale Factor (%)" }, "pidTuningMotorLimitHelp": { - "message": "Attenuates motor commands by the set percentage. Reduces ESC current and motor heat when using higher cell count batteries, e.g. When using a 6S battery on a craft that has motors, props and tuning designed for 4S, try setting the value at 66%; when using a 4S battery on a craft intended for 3S, try 75%.
Always make sure that all of your components can support the voltage of the battery you are using." + "message": "Motor output linear scale factor (as percentage). Reduces ESC current and motor heat when using higher cell count batteries, e.g. When using a 6S battery on a craft that has motors, props and tuning designed for 4S, try setting the value at 66%; when using a 4S battery on a craft intended for 3S, try 75%.
Always make sure that all of your components can support the voltage of the battery you are using." }, "pidTuningCellCount": { "message": "Cell Count" From c1395c004fdd9b89a8263e5678ebfc369bcd268f Mon Sep 17 00:00:00 2001 From: Juzzle1 Date: Sat, 9 May 2020 12:35:05 +0100 Subject: [PATCH 2/2] Changed frame title & brackets --- locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/messages.json b/locales/en/messages.json index c769de389d..4149697362 100644 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -3333,10 +3333,10 @@ "message": "The values below change the behaviour of the ANGLE and HORIZON flight modes. Different PID controllers handle the values differently. Please check the documentation." }, "pidTuningMotorOutputLimit": { - "message": "Motor Output Scaling" + "message": "Motor Output Limit" }, "pidTuningMotorLimit": { - "message": "Scale Factor (%)" + "message": "Scale Factor [%]" }, "pidTuningMotorLimitHelp": { "message": "Motor output linear scale factor (as percentage). Reduces ESC current and motor heat when using higher cell count batteries, e.g. When using a 6S battery on a craft that has motors, props and tuning designed for 4S, try setting the value at 66%; when using a 4S battery on a craft intended for 3S, try 75%.
Always make sure that all of your components can support the voltage of the battery you are using."