Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/Cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ Disconnect main power, connect to cli via USB/FTDI.
dump using cli

```
profile 0
control_profile 0
dump
```

dump profiles using cli if you use them
dump control_profiles using cli if you use them

```
profile 1
dump profile
profile 2
dump profile
control_profile 1
dump control_profile
control_profile 2
dump control_profile
```

copy screen output to a file and save it.
Expand Down Expand Up @@ -100,7 +100,7 @@ While connected to the CLI, all Logical Switches are temporarily disabled (5.1.0
| `osd_layout` | Get or set the layout of OSD items |
| `pid` | Configurable PID controllers |
| `play_sound` | `<index>`, or none for next item |
| `profile` | Change profile |
| `control_profile` | Change profile |
| `resource` | View currently used resources |
| `rxrange` | Configure rx channel ranges |
| `safehome` | Define safe home locations. See the [safehome documentation](Safehomes.md) for usage information. |
Expand Down