mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Copter: Option to trig by distance only when in AUTO mode
This commit is contained in:
parent
aab22d7dad
commit
e7a1ceca4c
@ -155,6 +155,9 @@ failed:
|
||||
#if FRSKY_TELEM_ENABLED == ENABLED
|
||||
frsky_telemetry.update_control_mode(control_mode);
|
||||
#endif
|
||||
#if CAMERA == ENABLED
|
||||
camera.set_is_auto_mode(control_mode == AUTO);
|
||||
#endif
|
||||
|
||||
} else {
|
||||
// Log error that we failed to enter desired flight mode
|
||||
|
Loading…
Reference in New Issue
Block a user