mirror of https://github.com/ArduPilot/ardupilot
hwdef: added AP_OPENDRONEID_ENABLED to hwdef-bl.dat
This commit is contained in:
parent
d3cc030fba
commit
839a1067bf
|
@ -3,3 +3,6 @@ include ../CubeOrange/hwdef-bl.dat
|
|||
# use a different board ID, so vehicles with OpenDroneID enabled are
|
||||
# prevented from loading the firmware without OpenDroneID enabled
|
||||
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
|
||||
APJ_BOARD_ID 10053
|
||||
|
||||
# enable OpenDroneID
|
||||
define AP_OPENDRONEID_ENABLED 1
|
||||
|
|
Loading…
Reference in New Issue