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:
authorb14ckyy <33039058+b14ckyy@users.noreply.github.com>2022-07-29 23:33:05 +0300
committerGitHub <noreply@github.com>2022-07-29 23:33:05 +0300
commit5dce3958810dd61c0abfae4209febbc1a927a011 (patch)
treeb45eeb70ddc5a6ce9dcf7d5b720ad3b5fdba0d7e /js
parent8b68ec5ef2ba60721676fa50c653e55e188830df (diff)
Added usable autolaunch settings to presets
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 19bca033..e3e77bff 100644
--- a/js/defaults_dialog.js
+++ b/js/defaults_dialog.js
@@ -393,6 +393,22 @@ helper.defaultsDialog = (function () {
key: "nav_wp_radius",
value: 5000
},
+ {
+ key: "nav_fw_launch_max_angle",
+ value: 90
+ },
+ {
+ 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": [
{
@@ -592,6 +608,22 @@ helper.defaultsDialog = (function () {
key: "nav_wp_radius",
value: 5000
},
+ {
+ key: "nav_fw_launch_max_angle",
+ value: 90
+ },
+ {
+ 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": [
{