Update motor limit frame messages

Replaced references to 'Attenuation' and 'Limit' with 'Scaling'
10.7.0-preview
Juzzle1 2020-05-07 14:03:10 +01:00 committed by GitHub
parent 403c6ef7f9
commit 325f6170ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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%.<br>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%.<br>Always make sure that all of your components can support the voltage of the battery you are using."
},
"pidTuningCellCount": {
"message": "Cell Count"