Skip to content
Snippets Groups Projects
Commit aeed1441 authored by Jason Short's avatar Jason Short
Browse files

updated max throttle define

parent 5d658e57
No related branches found
No related tags found
No related merge requests found
......@@ -398,7 +398,7 @@
# define MINIMUM_THROTTLE 130
#endif
#ifndef MAXIMUM_THROTTLE
# define MAXIMUM_THROTTLE 1000
# define MAXIMUM_THROTTLE 850
#endif
#ifndef AUTO_LAND_TIME
......@@ -697,8 +697,6 @@
#endif
#ifndef WAYPOINT_SPEED_MAX
# define WAYPOINT_SPEED_MAX 600 // 6m/s error = 13mph
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment