mirror of https://github.com/ArduPilot/ardupilot
Default CLI_SLIDER_ENABLED to DISABLED
Chris asked for this on the mailing list
This commit is contained in:
parent
2a3be452e0
commit
fc3a60a176
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue