Browse Source

Fixed battery ignore voltage to a higher value

sbg
Lorenz Meier 11 years ago
parent
commit
f32a51f515
  1. 2
      src/modules/sensors/sensors.cpp

2
src/modules/sensors/sensors.cpp

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

Loading…
Cancel
Save