mirror of https://github.com/ArduPilot/ardupilot
Upped pressure filter a bit
This commit is contained in:
parent
802dd6994a
commit
afef359aec
|
@ -2,7 +2,7 @@
|
|||
#define APM_BMP085_h
|
||||
|
||||
#define TEMP_FILTER_SIZE 2
|
||||
#define PRESS_FILTER_SIZE 2
|
||||
#define PRESS_FILTER_SIZE 4
|
||||
|
||||
#include "APM_BMP085_hil.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue