From cb57beaf8f177e8f5ce059cd924500d9c53c55ee Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 31 Jul 2024 19:21:52 +1000 Subject: [PATCH] AP_Hott_Telem: disable Hott telemetry by default we now have a custom build server --- libraries/AP_Hott_Telem/AP_Hott_Telem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Hott_Telem/AP_Hott_Telem.h b/libraries/AP_Hott_Telem/AP_Hott_Telem.h index 30ca93c5dd..807029d488 100644 --- a/libraries/AP_Hott_Telem/AP_Hott_Telem.h +++ b/libraries/AP_Hott_Telem/AP_Hott_Telem.h @@ -17,7 +17,7 @@ #include #ifndef HAL_HOTT_TELEM_ENABLED -#define HAL_HOTT_TELEM_ENABLED 1 +#define HAL_HOTT_TELEM_ENABLED BOARD_FLASH_SIZE > 2048 #endif #if HAL_HOTT_TELEM_ENABLED