mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 08:45:26 +03:00
Changes for https://github.com/iNavFlight/inav/pull/8589
This commit is contained in:
parent
c071572e54
commit
abf47a3742
2 changed files with 10 additions and 2 deletions
|
@ -596,6 +596,10 @@ helper.defaultsDialog = (function () {
|
|||
key: "nav_wp_radius",
|
||||
value: 5000
|
||||
},
|
||||
{
|
||||
key: "nav_wp_safe_distance",
|
||||
value: 500
|
||||
},
|
||||
{
|
||||
key: "nav_fw_launch_max_angle",
|
||||
value: 45
|
||||
|
@ -819,6 +823,10 @@ helper.defaultsDialog = (function () {
|
|||
key: "nav_wp_radius",
|
||||
value: 5000
|
||||
},
|
||||
{
|
||||
key: "nav_wp_safe_distance",
|
||||
value: 500
|
||||
},
|
||||
{
|
||||
key: "nav_fw_launch_max_angle",
|
||||
value: 75
|
||||
|
@ -884,7 +892,7 @@ helper.defaultsDialog = (function () {
|
|||
},
|
||||
{
|
||||
key: "nav_wp_safe_distance",
|
||||
value: 50000
|
||||
value: 500
|
||||
},
|
||||
{
|
||||
key: "nav_fw_loiter_radius",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue