1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 03:19:58 +03:00

Various formatting and typographic fixes

This commit is contained in:
Pim van Pelt 2015-01-04 00:53:24 +01:00
parent a6d3f44979
commit bb5d22a8d2
24 changed files with 131 additions and 133 deletions

View file

@ -3,8 +3,8 @@
Cleanflight is configured primarilty using the Cleanflight Configurator GUI.
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.
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
some features and settings.
@ -29,10 +29,10 @@ Cleanflight can also be configured by a command line interface.
The CLI can be accessed via the GUI tool or by sending a single '#' character to the main serial port.
To exit the CLI without saving power off the flight controller or type in 'exit'.
To exit the CLI without saving, power off the flight controller or type in `exit`.
To see a list of commands type in 'help' and press return.
To see a list of commands type in `help` and press return.
To dump your configuration (including the current profile), use the 'dump' command.
To dump your configuration (including the current profile), use the `dump` command.
See the other documentation sections for details of the cli commands and settings that are available.
See the other documentation sections for details of the CLI commands and settings that are available.