From fc3a60a17608c113a66f32ea0cb0f6d7d9f79a8e Mon Sep 17 00:00:00 2001 From: Amilcar Lucas Date: Mon, 6 Aug 2012 00:22:33 +0200 Subject: [PATCH] Default CLI_SLIDER_ENABLED to DISABLED Chris asked for this on the mailing list --- ArduCopter/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/config.h b/ArduCopter/config.h index 741d779e85..79666ec18c 100644 --- a/ArduCopter/config.h +++ b/ArduCopter/config.h @@ -1026,7 +1026,7 @@ // use this to disable the CLI slider switch #ifndef CLI_SLIDER_ENABLED -# define CLI_SLIDER_ENABLED ENABLED +# define CLI_SLIDER_ENABLED DISABLED #endif // delay to prevent Xbee bricking, in milliseconds