mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
increased filter
This commit is contained in:
parent
9ecfac1156
commit
6f3b56b38f
@ -1,8 +1,8 @@
|
||||
#ifndef APM_BMP085_h
|
||||
#define APM_BMP085_h
|
||||
|
||||
#define TEMP_FILTER_SIZE 2
|
||||
#define PRESS_FILTER_SIZE 4
|
||||
#define TEMP_FILTER_SIZE 4
|
||||
#define PRESS_FILTER_SIZE 8
|
||||
|
||||
#include "APM_BMP085_hil.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user