mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +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.
|
||||
*
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @boolean
|
||||
* @reboot_required true
|
||||
* @group UAVCAN
|
||||
*/
|
||||
PARAM_DEFINE_INT32(UAVCAN_ESC_IDLT, 0);
|
||||
PARAM_DEFINE_INT32(UAVCAN_ESC_IDLT, 1);
|
||||
|
||||
Reference in New Issue
Block a user