1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-16 04:45:22 +03:00

Merge branch 'master' into MrD_Reorganise-Stats-screens

This commit is contained in:
Darren Lines 2024-04-01 10:04:31 +01:00
commit cf36eed98c
29 changed files with 511 additions and 137 deletions

View file

@ -2964,11 +2964,11 @@ Max. tailwind (in cm/s) if no landing direction with downwind is available
### nav_fw_launch_accel
Forward acceleration threshold for bungee launch of throw launch [cm/s/s], 1G = 981 cm/s/s
Forward acceleration threshold for bungee launch or throw launch [cm/s/s], 1G = 981 cm/s/s
| Default | Min | Max |
| --- | --- | --- |
| 1863 | 1000 | 20000 |
| 1863 | 1500 | 20000 |
---
@ -3122,6 +3122,16 @@ Forward velocity threshold for swing-launch detection [cm/s]
---
### nav_fw_launch_wiggle_to_wake_idle
Trigger the idle throttle by wiggling the plane. 0 = disabled. 1 and 2 signify 1 or 2 yaw wiggles to activate. 1 wiggle has a higher detection point, for airplanes without a tail. 2 wiggles has a lower detection point, but requires the repeated action. This is intended for larger models and airplanes with tails.
| Default | Min | Max |
| --- | --- | --- |
| 0 | 0 | 2 |
---
### nav_fw_loiter_radius
PosHold radius. 3000 to 7500 is a good value (30-75m) [cm]