Default CLI_SLIDER_ENABLED to DISABLED

Chris asked for this on the mailing list
This commit is contained in:
Amilcar Lucas 2012-08-06 00:22:33 +02:00
parent 2a3be452e0
commit fc3a60a176

View File

@ -1026,7 +1026,7 @@
// use this to disable the CLI slider switch // use this to disable the CLI slider switch
#ifndef CLI_SLIDER_ENABLED #ifndef CLI_SLIDER_ENABLED
# define CLI_SLIDER_ENABLED ENABLED # define CLI_SLIDER_ENABLED DISABLED
#endif #endif
// delay to prevent Xbee bricking, in milliseconds // delay to prevent Xbee bricking, in milliseconds