1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Merged in f5soh/librepilot/LP-428_Reduce_Arming_threshold (pull request #343)

LP-428 Reduce Arming threshold
This commit is contained in:
Philippe Renon 2016-10-15 16:04:49 +00:00
commit ce2bf3911c

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