From 775d312a32b18f91353e2b9f5ea7ff2179b7d7df Mon Sep 17 00:00:00 2001 From: Gareth Wilkins Date: Fri, 26 Sep 2014 21:31:32 +0100 Subject: [PATCH] Minor documentation amends Post proofing amends --- docs/Configuration.md | 2 +- docs/Serial.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index dafde04f2..ce10e0a2d 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 b1915d789..70edae6e4 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