mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 02:00:34 +08:00
5fe4c61b42
The parameter will only be available if the board defines an 'RC' serial port in SERIAL_PORTS (in default.cmake).
13 lines
357 B
YAML
13 lines
357 B
YAML
module_name: RC Input Driver
|
|
serial_config:
|
|
- command: set RC_INPUT_ARGS "-d ${SERIAL_DEV}"
|
|
port_config_param:
|
|
name: RC_PORT_CONFIG
|
|
group: Serial
|
|
default: RC
|
|
depends_on_port: RC
|
|
description_extended: |
|
|
Setting this to 'Disabled' will use a board-specific default port
|
|
for RC input.
|
|
|