mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 19:10:35 +08:00
Ignore battery voltage only when below 2.5V, as we could be still running at that voltage
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
#endif
|
||||
|
||||
#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,
|
||||
|
||||
Reference in New Issue
Block a user