From 188b7b4c27ab4ba7b3ab297b162fe84142c15f9a Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 31 Jul 2024 19:22:13 +1000 Subject: [PATCH] AP_LTM_Telem: disable LTM telemetry by default we have a custom build server if this is required --- libraries/AP_LTM_Telem/AP_LTM_Telem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_LTM_Telem/AP_LTM_Telem.h b/libraries/AP_LTM_Telem/AP_LTM_Telem.h index f0315f7f975c86..be643d54c67e57 100644 --- a/libraries/AP_LTM_Telem/AP_LTM_Telem.h +++ b/libraries/AP_LTM_Telem/AP_LTM_Telem.h @@ -17,7 +17,7 @@ #include #ifndef AP_LTM_TELEM_ENABLED -#define AP_LTM_TELEM_ENABLED 1 +#define AP_LTM_TELEM_ENABLED 0 #endif #if AP_LTM_TELEM_ENABLED