AP_LTM_Telem: disable LTM telemetry by default

we have a custom build server if this is required
This commit is contained in:
Peter Barker 2024-07-31 19:22:13 +10:00 committed by Andrew Tridgell
parent cb57beaf8f
commit 6151b84c86
1 changed files with 1 additions and 1 deletions

View File

@ -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