mirror of https://github.com/ArduPilot/ardupilot
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:
parent
075a5c3cee
commit
cd5a22b1ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue