Browse Source

Copter: increase low voltage check to 10.5v

Change requested by Rob Lefebvre and Richie Wilson
master
Randy Mackay 12 years ago
parent
commit
8e4c9518ea
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -377,7 +377,7 @@ @@ -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…
Cancel
Save