Copter: turn off stability patch when landed in Loiter
This commit is contained in:
parent
8d26fb5581
commit
8eefbdce44
@ -1987,7 +1987,7 @@ void update_throttle_mode(void)
|
|||||||
set_throttle_takeoff();
|
set_throttle_takeoff();
|
||||||
}else{
|
}else{
|
||||||
// move throttle to minimum to keep us on the ground
|
// move throttle to minimum to keep us on the ground
|
||||||
set_throttle_out(g.throttle_min, false);
|
set_throttle_out(0, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// check land_complete flag again in case it was changed above
|
// check land_complete flag again in case it was changed above
|
||||||
|
Loading…
Reference in New Issue
Block a user