Skip to content

Commit 18aef44

Browse files
committed
Merge branch 'master' into release-6.0.0-fp1
2 parents 9637d84 + dc59dcb commit 18aef44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/defaults_dialog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ helper.defaultsDialog = (function () {
466466
},
467467
{
468468
key: "imu_inertia_comp_method",
469-
value: ADAPTIVE
469+
value: "ADAPTIVE"
470470
},
471471
{
472472
key: "throttle_idle",
@@ -689,7 +689,7 @@ helper.defaultsDialog = (function () {
689689
},
690690
{
691691
key: "imu_inertia_comp_method",
692-
value: ADAPTIVE
692+
value: "ADAPTIVE"
693693
},
694694
{
695695
key: "throttle_idle",

0 commit comments

Comments
 (0)