mirror of https://github.com/ArduPilot/ardupilot
AP_Hott_Telem: disable Hott telemetry by default
we now have a custom build server
This commit is contained in:
parent
8f7cde12ab
commit
cb57beaf8f
|
@ -17,7 +17,7 @@
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
|
|
||||||
#ifndef HAL_HOTT_TELEM_ENABLED
|
#ifndef HAL_HOTT_TELEM_ENABLED
|
||||||
#define HAL_HOTT_TELEM_ENABLED 1
|
#define HAL_HOTT_TELEM_ENABLED BOARD_FLASH_SIZE > 2048
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAL_HOTT_TELEM_ENABLED
|
#if HAL_HOTT_TELEM_ENABLED
|
||||||
|
|
Loading…
Reference in New Issue