Browse Source

hwdef: added AP_OPENDRONEID_ENABLED to hwdef-bl.dat

release-4.2.3
Andrew Tridgell 3 years ago committed by Randy Mackay
parent
commit
626396e054
  1. 3
      libraries/AP_HAL_ChibiOS/hwdef/CubeOrange-ODID/hwdef-bl.dat
  2. 2
      libraries/AP_HAL_ChibiOS/hwdef/Pixhawk6X-ODID/hwdef-bl.dat

3
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange-ODID/hwdef-bl.dat

@ -3,3 +3,6 @@ include ../CubeOrange/hwdef-bl.dat @@ -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

2
libraries/AP_HAL_ChibiOS/hwdef/Pixhawk6X-ODID/hwdef-bl.dat

@ -4,3 +4,5 @@ include ../Pixhawk6X/hwdef-bl.dat @@ -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…
Cancel
Save