mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
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:
@@ -52,8 +52,9 @@ parameters:
|
||||
If the configured streams exceed the maximum rate, the sending rate of
|
||||
each stream is automatically decreased.
|
||||
|
||||
If this is set to 0, a value of <baudrate>/20 is used, which corresponds to
|
||||
half of the theoretical maximum bandwidth.
|
||||
If this is set to 0 a value of half of the theoretical maximum bandwidth is used.
|
||||
This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on
|
||||
8N1-configured links).
|
||||
|
||||
type: int32
|
||||
min: 0
|
||||
|
||||
Reference in New Issue
Block a user