forked from Archive/PX4-Autopilot
Merge pull request #767 from PX4/hotfix_wingwing_defaults
wingwing startup: fix typo
This commit is contained in:
commit
7f1332c808
|
@ -27,7 +27,7 @@ then
|
|||
param set FW_PR_IMAX 0.2
|
||||
param set FW_PR_P 0.06
|
||||
param set FW_RR_FF 0.6
|
||||
param set FW_RR_IMA 0.2
|
||||
param set FW_RR_IMAX 0.2
|
||||
param set FW_RR_P 0.09
|
||||
param set FW_THR_CRUISE 0.65
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue