forked from Archive/PX4-Autopilot
Fix up MAV_X_RATE as html tag doesn't render (#12449)
* Fix up MAV_X_RATE as html tag doesn't render * Update src/modules/mavlink/module.yaml Co-Authored-By: Beat Küng <beat-kueng@gmx.net>
This commit is contained in:
parent
4e5974f1ca
commit
27ef1899c7
|
@ -52,8 +52,9 @@ parameters:
|
||||||
If the configured streams exceed the maximum rate, the sending rate of
|
If the configured streams exceed the maximum rate, the sending rate of
|
||||||
each stream is automatically decreased.
|
each stream is automatically decreased.
|
||||||
|
|
||||||
If this is set to 0, a value of <baudrate>/20 is used, which corresponds to
|
If this is set to 0 a value of half of the theoretical maximum bandwidth is used.
|
||||||
half of the theoretical maximum bandwidth.
|
This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on
|
||||||
|
8N1-configured links).
|
||||||
|
|
||||||
type: int32
|
type: int32
|
||||||
min: 0
|
min: 0
|
||||||
|
|
Loading…
Reference in New Issue