AP_Beacon: disable feature due to flash space constraints

ArduPilot doesn't have room for every feature it can have, and hasn't for some time.
This commit is contained in:
Peter Barker 2024-09-17 11:16:01 +10:00
parent 075a5c3cee
commit cd5a22b1ad
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_BEACON_ENABLED
#define AP_BEACON_ENABLED 1
#define AP_BEACON_ENABLED BOARD_FLASH_SIZE > 2048
#endif
#ifndef AP_BEACON_MAX_BEACONS