mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Minor documentation amends
Post proofing amends
This commit is contained in:
parent
55295f399d
commit
775d312a32
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
Cleanflight is configured primarilty using the Cleanflight Configurator GUI.
|
||||
|
||||
Both the command line interface and gui are accessible by the connecting to a serial port on the target,
|
||||
Both the command line interface and gui are accessible by connecting to a serial port on the target,
|
||||
be it a USB virtual serial port, physical hardware UART port or a softserial port.
|
||||
|
||||
The GUI cannot currently configure all aspects of the system, the CLI must be used to enable or configure
|
||||
|
|
|
@ -36,11 +36,11 @@ To make configuration easier common usage scenarios are listed below.
|
|||
|
||||
```
|
||||
0 UNUSED
|
||||
1 MSP, CLI, TELEMETRY, GPS-PASTHROUGH
|
||||
1 MSP, CLI, TELEMETRY, GPS-PASSTHROUGH
|
||||
2 GPS ONLY
|
||||
3 RX SERIAL ONLY
|
||||
4 TELEMETRY ONLY
|
||||
5 MSP, CLI, GPS-PASTHROUGH
|
||||
5 MSP, CLI, GPS-PASSTHROUGH
|
||||
6 CLI ONLY
|
||||
7 GPS-PASSTHROUGH ONLY
|
||||
8 MSP ONLY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue