Skip to content

Commit

Permalink
AP_LTM_Telem: disable LTM telemetry by default
Browse files Browse the repository at this point in the history
we have a custom build server if this is required
  • Loading branch information
peterbarker authored and tridge committed Aug 5, 2024
1 parent cb57bea commit 6151b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_LTM_Telem/AP_LTM_Telem.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <AP_HAL/AP_HAL.h>

#ifndef AP_LTM_TELEM_ENABLED
#define AP_LTM_TELEM_ENABLED 1
#define AP_LTM_TELEM_ENABLED BOARD_FLASH_SIZE > 2048
#endif

#if AP_LTM_TELEM_ENABLED
Expand Down

0 comments on commit 6151b84

Please sign in to comment.