Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-01-20 20:27:40 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-01-20 20:27:40 +0300
commitb6ecf3afa1e95d60420f6ad554aa7378c8a2ca5f (patch)
tree1b3389f28d808acdee21a5e81f869d3991780d73 /_locales
parente308708f7c774256a15cbe4ae023815d571f5957 (diff)
Additional messages for gyro LPF
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index c94e247d..e95e32ef 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2850,5 +2850,20 @@
},
"looptimeNotAdvised": {
"message": "PID loop might be not stable if GPS is in use"
+ },
+ "gyroLpfSuggestedMessage": {
+ "message": "This is suggested setting for all Multirotors with propeller size below 8 inches. Always check motor temperature after the first flight"
+ },
+ "gyroLpfNotAdvisedMessage": {
+ "message": "It is suggested to choose higher cutoff frequency"
+ },
+ "gyroLpfNotFlyableMessage": {
+ "message": "This setting will probably make UAV unflyable"
+ },
+ "gyroLpfWhyNotHigherMessage": {
+ "message": "If motors are not overheating, try going 256Hz instead"
+ },
+ "gyroLpfWhyNotSlightlyHigherMessage": {
+ "message": "If there are not vibration problems and motors are not overheating, try going 188Hz instead"
}
}