From 689bfb803ceb6e3b9e6f57f13777a11112999461 Mon Sep 17 00:00:00 2001 From: Jason Short Date: Sun, 11 Sep 2011 20:28:43 -0700 Subject: [PATCH] increased imax --- ArduCopter/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduCopter/config.h b/ArduCopter/config.h index 29514f99c1..144c8f650d 100644 --- a/ArduCopter/config.h +++ b/ArduCopter/config.h @@ -482,10 +482,10 @@ # define NAV_P 2.0 // for 4.5 ms error = 13.5 pitch #endif #ifndef NAV_I -# define NAV_I 0.1 // this +# define NAV_I 0.12 // this #endif #ifndef NAV_IMAX -# define NAV_IMAX 16 // degrees +# define NAV_IMAX 20 // degrees #endif /*