mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Merge pull request #1587 from anton-matosov/fix_autoconf
Fixed autoconf variable check
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
sh /etc/init.d/rc.mc_defaults
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
if [ $DO_AUTOCONFIG == yes ]
|
if [ $AUTOCNF == yes ]
|
||||||
then
|
then
|
||||||
param set MC_ROLL_P 7.0
|
param set MC_ROLL_P 7.0
|
||||||
param set MC_ROLLRATE_P 0.07
|
param set MC_ROLLRATE_P 0.07
|
||||||
|
|||||||
Reference in New Issue
Block a user