Skip to content
Snippets Groups Projects
Commit e6cea82b authored by Lorenz Meier's avatar Lorenz Meier Committed by Lorenz Meier
Browse files

Better default values for UAVCAN params

parent a3de7f7a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment