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:
-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
},