mirror of https://github.com/ArduPilot/ardupilot
hwdef: switch to (0) DNA as the default NODEID
This commit is contained in:
parent
8f6d2aab7a
commit
8c764bb568
|
@ -1,6 +1,6 @@
|
|||
include ../f303-periph/hwdef-bl.dat
|
||||
|
||||
# start with a fixed node ID so the board is usable without DNA
|
||||
define HAL_CAN_DEFAULT_NODE_ID 117
|
||||
# start as DNA
|
||||
define HAL_CAN_DEFAULT_NODE_ID 0
|
||||
|
||||
define CAN_APP_NODE_NAME "org.ardupilot.mro_m10025"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
include ../f303-periph/hwdef.dat
|
||||
|
||||
# start with a fixed node ID so the board is usable without DNA
|
||||
define HAL_CAN_DEFAULT_NODE_ID 117
|
||||
# start as DNA
|
||||
define HAL_CAN_DEFAULT_NODE_ID 0
|
||||
|
||||
define CAN_APP_NODE_NAME "org.ardupilot.mro_m10025"
|
||||
|
||||
|
|
Loading…
Reference in New Issue