s/cli/CLI/ where appropriate
This commit is contained in:
parent
bb5d22a8d2
commit
4e89e748ae
|
@ -65,7 +65,7 @@ When enabled, Amps, mAh used and capacity remaining are calculated and used by t
|
|||
|
||||
## Configuration
|
||||
|
||||
Enable current monitoring using the cli command
|
||||
Enable current monitoring using the CLI command
|
||||
|
||||
```
|
||||
feature CURRENT_METER
|
||||
|
|
|
@ -14,15 +14,15 @@ When upgrading be sure to backup / dump your existing settings. Some firmware r
|
|||
|
||||
## Backup process
|
||||
|
||||
disconnect main power, connect to cli via USB/FTDI.
|
||||
disconnect main power, connect to CLI via USB/FTDI.
|
||||
|
||||
dump using cli
|
||||
dump using CLI
|
||||
|
||||
`rate profile 0`
|
||||
`profile 0`
|
||||
`dump`
|
||||
|
||||
dump profiles using cli if you use them
|
||||
dump profiles using CLI if you use them
|
||||
|
||||
`profile 1`
|
||||
`dump profile`
|
||||
|
@ -30,7 +30,7 @@ dump profiles using cli if you use them
|
|||
`profile 2`
|
||||
`dump profile`
|
||||
|
||||
dump rate profiles using cli if you use them
|
||||
dump rate profiles using CLI if you use them
|
||||
|
||||
`rate profile 1`
|
||||
`dump rates`
|
||||
|
@ -42,9 +42,9 @@ copy screen output to a file and save it.
|
|||
|
||||
## Restore process
|
||||
|
||||
Use the cli `defaults` command first.
|
||||
Use the CLI `defaults` command first.
|
||||
|
||||
When restoring from a backup it is a good idea to do a dump of the latest defaults so you know what has changed - if you do this each time a firmware release is created youwill be able to see the cli changes between firmware versions. For instance, in December 2014 the default GPS navigation PIDs changed. If you blindly restore your backup you would not benefit from these new defaults.
|
||||
When restoring from a backup it is a good idea to do a dump of the latest defaults so you know what has changed - if you do this each time a firmware release is created youwill be able to see the CLI changes between firmware versions. For instance, in December 2014 the default GPS navigation PIDs changed. If you blindly restore your backup you would not benefit from these new defaults.
|
||||
|
||||
Use the CLI and send all the output from the saved from the backup commands.
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ without the fix you are limited to 8 channels regardless of the CH1-16/D16 setti
|
|||
|
||||
See the Configuration document some some RX configuration examples.
|
||||
|
||||
For Serial RX enable `RX_SERIAL` and set the `serialrx_provider` cli setting as follows.
|
||||
For Serial RX enable `RX_SERIAL` and set the `serialrx_provider` CLI setting as follows.
|
||||
|
||||
| Serial RX Provider | Value |
|
||||
| ------------------ | ----- |
|
||||
|
|
Loading…
Reference in New Issue