parent
55295f399d
commit
775d312a32
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Cleanflight is configured primarilty using the Cleanflight Configurator GUI.
|
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.
|
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
|
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
|
0 UNUSED
|
||||||
1 MSP, CLI, TELEMETRY, GPS-PASTHROUGH
|
1 MSP, CLI, TELEMETRY, GPS-PASSTHROUGH
|
||||||
2 GPS ONLY
|
2 GPS ONLY
|
||||||
3 RX SERIAL ONLY
|
3 RX SERIAL ONLY
|
||||||
4 TELEMETRY ONLY
|
4 TELEMETRY ONLY
|
||||||
5 MSP, CLI, GPS-PASTHROUGH
|
5 MSP, CLI, GPS-PASSTHROUGH
|
||||||
6 CLI ONLY
|
6 CLI ONLY
|
||||||
7 GPS-PASSTHROUGH ONLY
|
7 GPS-PASSTHROUGH ONLY
|
||||||
8 MSP ONLY
|
8 MSP ONLY
|
||||||
|
|
Loading…
Reference in New Issue