Skip to content

Commit aa2b7d0

Browse files
committed
Add TPA rate defaults to fixed-wing presets
Set tpa_rate = 80 for airplane presets ("Airplane with a Tail" and "Airplane without a Tail"). This addresses feedback from PR #11222 that fixed-wing aircraft benefit from higher TPA values. Multicopter presets retain their existing tpa_rate = 20 setting.
1 parent f733ffb commit aa2b7d0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

js/defaults_dialog_entries.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,13 @@ var defaultsDialogData = [
574574
key: "nav_fw_launch_climb_angle",
575575
value: 25
576576
},
577+
/*
578+
* TPA
579+
*/
580+
{
581+
key: "tpa_rate",
582+
value: 80
583+
},
577584
],
578585
},
579586
{
@@ -780,6 +787,13 @@ var defaultsDialogData = [
780787
key: "nav_fw_launch_climb_angle",
781788
value: 25
782789
},
790+
/*
791+
* TPA
792+
*/
793+
{
794+
key: "tpa_rate",
795+
value: 80
796+
},
783797
],
784798
},
785799
{

0 commit comments

Comments
 (0)