From ae19d2158f02c64fd50c326ce35898327989120b Mon Sep 17 00:00:00 2001 From: Jason Short Date: Wed, 9 Nov 2011 13:53:26 -0800 Subject: [PATCH] back to original config for testing --- ArduCopter/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/config.h b/ArduCopter/config.h index 23f81217b1..2c1d0accad 100644 --- a/ArduCopter/config.h +++ b/ArduCopter/config.h @@ -486,7 +486,7 @@ #endif #ifndef NAV_P -# define NAV_P 2.0 // +# define NAV_P 3.0 // #endif #ifndef NAV_I # define NAV_I 0.05 // Lowerd from .25 - saw lots of overshoot.