From afef359aec11ac923b7528066ce0b14bcadbc1e8 Mon Sep 17 00:00:00 2001 From: Jason Short Date: Thu, 17 Nov 2011 11:12:18 -0800 Subject: [PATCH] Upped pressure filter a bit --- libraries/APM_BMP085/APM_BMP085.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/APM_BMP085/APM_BMP085.h b/libraries/APM_BMP085/APM_BMP085.h index 66d950a3d6..b5581022cf 100644 --- a/libraries/APM_BMP085/APM_BMP085.h +++ b/libraries/APM_BMP085/APM_BMP085.h @@ -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"