diff --git a/docs/Configuration.md b/docs/Configuration.md index dafde04f2e..ce10e0a2d6 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -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 diff --git a/docs/Serial.md b/docs/Serial.md index b1915d7893..70edae6e4f 100644 --- a/docs/Serial.md +++ b/docs/Serial.md @@ -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