hwdef: added AP_OPENDRONEID_ENABLED to hwdef-bl.dat

This commit is contained in:
Andrew Tridgell 2022-08-11 19:03:08 +10:00
parent a8ab7c3865
commit 8b9570975b
2 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,6 @@ include ../CubeOrange/hwdef-bl.dat
# use a different board ID, so vehicles with OpenDroneID enabled are # use a different board ID, so vehicles with OpenDroneID enabled are
# prevented from loading the firmware without OpenDroneID enabled # prevented from loading the firmware without OpenDroneID enabled
APJ_BOARD_ID 10140 APJ_BOARD_ID 10140
# enable OpenDroneID
define AP_OPENDRONEID_ENABLED 1

View File

@ -4,3 +4,5 @@ include ../Pixhawk6X/hwdef-bl.dat
# prevented from loading the firmware without OpenDroneID enabled # prevented from loading the firmware without OpenDroneID enabled
APJ_BOARD_ID 10053 APJ_BOARD_ID 10053
# enable OpenDroneID
define AP_OPENDRONEID_ENABLED 1