mirror of https://github.com/ArduPilot/ardupilot
Tools: support up to 9 UARTs
This commit is contained in:
parent
1815ed32e9
commit
b05a3fc950
|
@ -30,6 +30,7 @@ _ap_bin() {
|
||||||
'--uartG[set device string for UARTG]:DEVICE:' \
|
'--uartG[set device string for UARTG]:DEVICE:' \
|
||||||
'--uartH[set device string for UARTH]:DEVICE:' \
|
'--uartH[set device string for UARTH]:DEVICE:' \
|
||||||
'--uartI[set device string for UARTI]:DEVICE:' \
|
'--uartI[set device string for UARTI]:DEVICE:' \
|
||||||
|
'--uartJ[set device string for UARTJ]:DEVICE:' \
|
||||||
'--rtscts[enable rtscts on serial ports (default false)]' \
|
'--rtscts[enable rtscts on serial ports (default false)]' \
|
||||||
'--base-port[set port num for base port(default 5670) must be before -I option]:PORT:' \
|
'--base-port[set port num for base port(default 5670) must be before -I option]:PORT:' \
|
||||||
'--rc-in-port[set port num for rc in]:PORT:' \
|
'--rc-in-port[set port num for rc in]:PORT:' \
|
||||||
|
|
Loading…
Reference in New Issue