Skip to content

Commit 15fab5c

Browse files
committed
revert param default and update docs
1 parent f91ae05 commit 15fab5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/dronecan/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ PX4 DroneCAN parameters:
270270

271271
[DroneCAN ESCs and servos](../dronecan/escs.md) require the [motor order and servo outputs](../config/actuators.md) to be configured.
272272

273-
Select the CAN interface you want to output the ESC data on. By default CAN2 is selected. [UAVCAN_ESC_IFACE](../advanced_config/parameter_reference.md#UAVCAN_ESC_IFACE)
273+
Select the CAN interface for ESC data output. All interfaces are selected by default. Avoid using the same interface as other nodes, as ESC messages can saturate the bus and starve other nodes of bandwidth. [UAVCAN_ESC_IFACE](../advanced_config/parameter_reference.md#UAVCAN_ESC_IFACE)
274274

275275
## QGC CANNODE Parameter Configuration
276276

src/drivers/uavcan/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ parameters:
2020
5: CAN6
2121
6: CAN7
2222
7: CAN8
23-
default: 2
23+
default: 255
2424
min: 1
2525
max: 255
2626
reboot_required: true

0 commit comments

Comments
 (0)