mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Fix GPS Rescue (needs yaw smoothing but works).
This commit is contained in:
parent
041362614b
commit
c3412225f5
5 changed files with 8 additions and 4 deletions
|
@ -243,7 +243,7 @@ PG_RESET_TEMPLATE(gpsRescue_t, gpsRescue,
|
|||
.velP = 80,
|
||||
.velI = 20,
|
||||
.velD = 15,
|
||||
.yawP = 15,
|
||||
.yawP = 40,
|
||||
.throttleMin = 1200,
|
||||
.throttleMax = 1600,
|
||||
.throttleHover = 1280,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue