AP_Hott_Telem: disable Hott telemetry by default

we now have a custom build server
This commit is contained in:
Peter Barker 2024-07-31 19:21:52 +10:00 committed by Andrew Tridgell
parent 8f7cde12ab
commit cb57beaf8f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include <AP_HAL/AP_HAL.h>
#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