Copter: APM_Config define to disable FRSKY telem

This commit is contained in:
Randy Mackay 2015-01-26 13:18:15 +09:00 committed by Andrew Tridgell
parent f91fb9a4e8
commit 8ea65c2dc2
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
//#define CLI_ENABLED ENABLED // enable the CLI (command-line-interface) at a cost of 21K of flash space
//#define NAV_GUIDED ENABLED // enable external navigation computer to control vehicle through MAV_CMD_NAV_GUIDED mission commands
//#define OPTFLOW ENABLED // enable optical flow sensor at a cost of 5K of flash space
//#define FRSKY_TELEM_ENABLED ENABLED // enable FRSky telemetry
// features below are disabled by default on all boards
//#define SPRAYER ENABLED // enable the crop sprayer feature (two ESC controlled pumps the speed of which depends upon the vehicle's horizontal velocity)