mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Upped pressure filter a bit
This commit is contained in:
parent
366806359d
commit
7f2ec90703
@ -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
Block a user