mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
Added support in Mavlink Ethernet channel parameters
Mavlink Ethernet channel settings such as udp port, remote port and broadcast mode now can be changed dynamically via parameters.
This commit is contained in:
@@ -75,6 +75,10 @@ serial_config:
|
||||
# Default: 1
|
||||
type: integer
|
||||
min: 1
|
||||
ethernet:
|
||||
# Optional command ethernet.
|
||||
# If omitted, ethernet condiguration value will be omitted.
|
||||
nullable: True
|
||||
|
||||
|
||||
parameters:
|
||||
@@ -206,5 +210,9 @@ parameters:
|
||||
# [0, N-1]
|
||||
# Default: 0
|
||||
type: integer
|
||||
ethernet:
|
||||
# Optional command ethernet.
|
||||
# If specified, parameter will be generated only if board supports Ethernet.
|
||||
nullable: True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user