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>2022-10-22 21:08:30 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-10-22 21:08:30 +0300
commit18aef44638a0ad448eb2aa7bcc2a3b53a6116580 (patch)
tree23f004735b247a20b6bd994aa224136bd1c225c9
parent9637d84da905124e1787ef3abfe9a02076c8753b (diff)
parentdc59dcb92edf8576d5a7dc7edee6fcb57ed2e390 (diff)
Merge branch 'master' into release-6.0.0-fp16.0.0-FP2release-6.0.0-fp1
-rw-r--r--js/defaults_dialog.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/defaults_dialog.js b/js/defaults_dialog.js
index d57af820..9a621664 100644
--- a/js/defaults_dialog.js
+++ b/js/defaults_dialog.js
@@ -466,7 +466,7 @@ helper.defaultsDialog = (function () {
},
{
key: "imu_inertia_comp_method",
- value: ADAPTIVE
+ value: "ADAPTIVE"
},
{
key: "throttle_idle",
@@ -689,7 +689,7 @@ helper.defaultsDialog = (function () {
},
{
key: "imu_inertia_comp_method",
- value: ADAPTIVE
+ value: "ADAPTIVE"
},
{
key: "throttle_idle",