Copter: increase low voltage check to 10.5v

Change requested by Rob Lefebvre and Richie Wilson
This commit is contained in:
Randy Mackay 2013-02-23 00:36:51 +09:00
parent abd0fb9099
commit 8e4c9518ea
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@
// Battery monitoring // Battery monitoring
// //
#ifndef LOW_VOLTAGE #ifndef LOW_VOLTAGE
# define LOW_VOLTAGE 9.6f # define LOW_VOLTAGE 10.5f
#endif #endif
#ifndef VOLT_DIV_RATIO #ifndef VOLT_DIV_RATIO
# define VOLT_DIV_RATIO 3.56f # define VOLT_DIV_RATIO 3.56f