mirror of https://github.com/ArduPilot/ardupilot
Copter: increase low voltage check to 10.5v
Change requested by Rob Lefebvre and Richie Wilson
This commit is contained in:
parent
abd0fb9099
commit
8e4c9518ea
|
@ -377,7 +377,7 @@
|
|||
// Battery monitoring
|
||||
//
|
||||
#ifndef LOW_VOLTAGE
|
||||
# define LOW_VOLTAGE 9.6f
|
||||
# define LOW_VOLTAGE 10.5f
|
||||
#endif
|
||||
#ifndef VOLT_DIV_RATIO
|
||||
# define VOLT_DIV_RATIO 3.56f
|
||||
|
|
Loading…
Reference in New Issue