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
path: root/js
diff options
context:
space:
mode:
authorPaweł Spychalski <pspychalski@gmail.com>2022-08-14 12:01:29 +0300
committerGitHub <noreply@github.com>2022-08-14 12:01:29 +0300
commit88db2005f3fa81873c0addae5892f5084d8c9a97 (patch)
treec8ac9ab7f9b1edd6d553b253986221a132025199 /js
parent386c23f8a4292bb41bc014188ea7a839ccd6583e (diff)
parentbeb9cf5775ff20770ae33465c04c6d73169f61e5 (diff)
Merge pull request #1593 from b14ckyy/release_5.1.0
Cleanup Autolaunch settings
Diffstat (limited to 'js')
-rw-r--r--js/defaults_dialog.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/js/defaults_dialog.js b/js/defaults_dialog.js
index 0e7918b9..4c3e81e2 100644
--- a/js/defaults_dialog.js
+++ b/js/defaults_dialog.js
@@ -405,6 +405,22 @@ helper.defaultsDialog = (function () {
key: "nav_wp_radius",
value: 5000
},
+ {
+ key: "nav_fw_launch_max_angle",
+ value: 45
+ },
+ {
+ key: "nav_fw_launch_motor_delay",
+ value: 100
+ },
+ {
+ key: "nav_fw_launch_max_altitude",
+ value: 5000
+ },
+ {
+ key: "nav_fw_launch_climb_angle",
+ value: 25
+ },
],
"features": [
{
@@ -616,6 +632,22 @@ helper.defaultsDialog = (function () {
key: "nav_wp_radius",
value: 5000
},
+ {
+ key: "nav_fw_launch_max_angle",
+ value: 75
+ },
+ {
+ key: "nav_fw_launch_motor_delay",
+ value: 100
+ },
+ {
+ key: "nav_fw_launch_max_altitude",
+ value: 5000
+ },
+ {
+ key: "nav_fw_launch_climb_angle",
+ value: 25
+ },
],
"features": [
{