mirror of https://github.com/ArduPilot/ardupilot
AP_LTM_Telem: disable LTM telemetry by default
we have a custom build server if this is required
This commit is contained in:
parent
cb57beaf8f
commit
6151b84c86
|
@ -17,7 +17,7 @@
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
|
|
||||||
#ifndef AP_LTM_TELEM_ENABLED
|
#ifndef AP_LTM_TELEM_ENABLED
|
||||||
#define AP_LTM_TELEM_ENABLED 1
|
#define AP_LTM_TELEM_ENABLED BOARD_FLASH_SIZE > 2048
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if AP_LTM_TELEM_ENABLED
|
#if AP_LTM_TELEM_ENABLED
|
||||||
|
|
Loading…
Reference in New Issue