mirror of https://github.com/ArduPilot/ardupilot
lowered minimum throttle
This commit is contained in:
parent
0ccf5724aa
commit
25a67c9953
|
@ -441,7 +441,7 @@
|
|||
# define THROTTLE_FAILSAFE_ACTION 2
|
||||
#endif
|
||||
#ifndef MINIMUM_THROTTLE
|
||||
# define MINIMUM_THROTTLE 200
|
||||
# define MINIMUM_THROTTLE 120
|
||||
#endif
|
||||
#ifndef MAXIMUM_THROTTLE
|
||||
# define MAXIMUM_THROTTLE 1000
|
||||
|
|
Loading…
Reference in New Issue