mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 13:40:36 +08:00
Ice shedding: fix docs rendering (#26616)
In the CA_ICE_PERIOD param description, a '>' was at the start of a line. This is interpredeted by markdown as a quotation type indented block which applies not only to that line, but to all following ones. Changing the line breaks to only occur after full stops fixes it.
This commit is contained in:
@@ -625,11 +625,9 @@ parameters:
|
||||
description:
|
||||
short: Ice shedding cycle period
|
||||
long: |
|
||||
Ice shedding prevents ice buildup in VTOL aircraft motors by
|
||||
periodically spinning inactive rotors. When enabled (period
|
||||
> 0), every cycle lasts for the defined period and includes
|
||||
a 2‑second spin at 0.01 motor output. If period <= 0, the
|
||||
feature is disabled.
|
||||
Ice shedding prevents ice buildup in VTOL aircraft motors by periodically spinning inactive rotors.
|
||||
When enabled (period > 0), every cycle lasts for the defined period and includes a 2-second spin at 0.01 motor output.
|
||||
If period <= 0, the feature is disabled.
|
||||
type: float
|
||||
decimal: 1
|
||||
unit: s
|
||||
|
||||
Reference in New Issue
Block a user