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:
authorb14ckyy <33039058+b14ckyy@users.noreply.github.com>2022-10-19 18:38:15 +0300
committerGitHub <noreply@github.com>2022-10-19 18:38:15 +0300
commiteb3abdb1f3ea38d7e5f9f28d37bb5f17826e67c5 (patch)
tree876f88f63bcf86a5dc7c6cd7f418fb5ff12437c7
parent8d9774b5ddd396537bed6ccdca3712cc6b4974ba (diff)
Update defaults_dialog.js
-rw-r--r--js/defaults_dialog.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/js/defaults_dialog.js b/js/defaults_dialog.js
index 9fc1880b..d57af820 100644
--- a/js/defaults_dialog.js
+++ b/js/defaults_dialog.js
@@ -457,6 +457,18 @@ helper.defaultsDialog = (function () {
value: "STANDARD"
},
{
+ key: "imu_acc_ignore_rate",
+ value: 15
+ },
+ {
+ key: "imu_acc_ignore_slope",
+ value: 10
+ },
+ {
+ key: "imu_inertia_comp_method",
+ value: ADAPTIVE
+ },
+ {
key: "throttle_idle",
value: 5.0
},
@@ -668,6 +680,18 @@ helper.defaultsDialog = (function () {
value: "STANDARD"
},
{
+ key: "imu_acc_ignore_rate",
+ value: 15
+ },
+ {
+ key: "imu_acc_ignore_slope",
+ value: 10
+ },
+ {
+ key: "imu_inertia_comp_method",
+ value: ADAPTIVE
+ },
+ {
key: "throttle_idle",
value: 5.0
},