Browse Source
The parameter will only be available if the board defines an 'RC' serial port in SERIAL_PORTS (in default.cmake).sbg
6 changed files with 51 additions and 6 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
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. |
||||
|
Loading…
Reference in new issue