1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

LP-428 Reduce Arming threshold

This commit is contained in:
Laurent Lalanne 2016-10-09 01:09:36 +02:00
parent 84aba098ac
commit 52fe2578f2

View File

@ -41,7 +41,7 @@
#endif
// Private constants
#define ARMED_THRESHOLD 0.50f
#define ARMED_THRESHOLD 0.20f
#define GROUND_LOW_THROTTLE 0.01f
// Private types