mirror of https://github.com/ArduPilot/ardupilot
hwdef: added AP_OPENDRONEID_ENABLED to hwdef-bl.dat
This commit is contained in:
parent
a8ab7c3865
commit
8b9570975b
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue