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-15 18:55:08 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-01-15 18:55:08 +0300
commitad23a6cc4d22f91ba2b0c21482aa6732e1e4e583 (patch)
tree5da3802001f597edb8250719fd09bdf8af71071e /_locales
parent0f224411d89811e8c5901240dcfb0e50e1120581 (diff)
Warning for ESC protocol and looptime
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 77e82001..c94e247d 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2844,5 +2844,11 @@
},
"gyroStage2LpfCutoffFrequencyHelp": {
"message": "Second stage gyro low pass filter that is an equivalent of Betaflight not-Kalman stage2 filter. It has to be setup above first stage gyro LPF. For 5 and 6-inch miniquads, this usually means above 150Hz. 7-inch quads above 125Hz."
+ },
+ "escProtocolNotAdvised": {
+ "message": "This ESC protocol is not advised, use it at your own risk"
+ },
+ "looptimeNotAdvised": {
+ "message": "PID loop might be not stable if GPS is in use"
}
}