mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
Throttle_hold was in APM_Config - which is ignored by the Mission planner Hex generator
This commit is contained in:
parent
ccfac19cef
commit
74893f6959
@ -722,6 +722,10 @@
|
|||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
// Throttle control gains
|
// Throttle control gains
|
||||||
//
|
//
|
||||||
|
#ifndef AUTO_THROTTLE_HOLD
|
||||||
|
# define AUTO_THROTTLE_HOLD 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef THROTTLE_CRUISE
|
#ifndef THROTTLE_CRUISE
|
||||||
# define THROTTLE_CRUISE 450 //
|
# define THROTTLE_CRUISE 450 //
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user