mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_BoardConfig: add extra uavcan options
this enables the display of dynamic id assignment, which prevents the need for a serial connection to the esc, for first config.
This commit is contained in:
parent
c6107d812d
commit
e7e3478a58
@ -124,7 +124,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
|
|||||||
// @Param: CAN_ENABLE
|
// @Param: CAN_ENABLE
|
||||||
// @DisplayName: Enable use of UAVCAN devices
|
// @DisplayName: Enable use of UAVCAN devices
|
||||||
// @Description: Enabling this option on a Pixhawk enables UAVCAN devices. Note that this uses about 25k of memory
|
// @Description: Enabling this option on a Pixhawk enables UAVCAN devices. Note that this uses about 25k of memory
|
||||||
// @Values: 0:Disabled,1:Enabled
|
// @Values: 0:Disabled,1:Enabled,2:Dynamic ID/Update,3:Motors/Update
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("CAN_ENABLE", 6, AP_BoardConfig, px4.can_enable, 0),
|
AP_GROUPINFO("CAN_ENABLE", 6, AP_BoardConfig, px4.can_enable, 0),
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user