mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
Drop ignore voltage to prevent false positives on targets missing appropriate pulldown resistors
This commit is contained in:
@@ -122,7 +122,7 @@ using namespace DriverFramework;
|
||||
|
||||
|
||||
#define BATT_V_LOWPASS 0.001f
|
||||
#define BATT_V_IGNORE_THRESHOLD 2.5f
|
||||
#define BATT_V_IGNORE_THRESHOLD 2.1f
|
||||
|
||||
/**
|
||||
* HACK - true temperature is much less than indicated temperature in baro,
|
||||
|
||||
Reference in New Issue
Block a user