mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
Better default values for UAVCAN params
This commit is contained in:
committed by
Lorenz Meier
parent
a3de7f7acc
commit
e6cea82b21
@@ -79,8 +79,8 @@ PARAM_DEFINE_INT32(UAVCAN_BITRATE, 1000000);
|
|||||||
/**
|
/**
|
||||||
* UAVCAN ESC will spin at idle throttle when armed, even if the mixer outputs zero setpoints.
|
* UAVCAN ESC will spin at idle throttle when armed, even if the mixer outputs zero setpoints.
|
||||||
*
|
*
|
||||||
* @min 0
|
* @boolean
|
||||||
* @max 1
|
* @reboot_required true
|
||||||
* @group UAVCAN
|
* @group UAVCAN
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_INT32(UAVCAN_ESC_IDLT, 0);
|
PARAM_DEFINE_INT32(UAVCAN_ESC_IDLT, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user