Ignore battery voltage only when below 2.5V, as we could be still running at that voltage

This commit is contained in:
Lorenz Meier 2015-05-22 21:46:58 +02:00
parent 9cf1b4ba7a
commit d385a7f483
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
#endif #endif
#define BATT_V_LOWPASS 0.001f #define BATT_V_LOWPASS 0.001f
#define BATT_V_IGNORE_THRESHOLD 4.8f #define BATT_V_IGNORE_THRESHOLD 2.5f
/** /**
* HACK - true temperature is much less than indicated temperature in baro, * HACK - true temperature is much less than indicated temperature in baro,