mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
Arducopter: Added note
This commit is contained in:
parent
492809098b
commit
225c63c06a
@ -401,6 +401,7 @@ static void set_mode(byte mode)
|
|||||||
control_mode = constrain(control_mode, 0, NUM_MODES - 1);
|
control_mode = constrain(control_mode, 0, NUM_MODES - 1);
|
||||||
|
|
||||||
// used to stop fly_aways
|
// used to stop fly_aways
|
||||||
|
// set to false if we have low throttle
|
||||||
motors.auto_armed(g.rc_3.control_in > 0);
|
motors.auto_armed(g.rc_3.control_in > 0);
|
||||||
|
|
||||||
// clearing value used in interactive alt hold
|
// clearing value used in interactive alt hold
|
||||||
|
Loading…
Reference in New Issue
Block a user