Remove command ID, there is no 1-1 mapping between cli commands and fw commands and it's more a concern for devs than uers

This commit is contained in:
Philippe Teuwen
2023-08-25 22:25:52 +02:00
parent b4b48fe793
commit c6030c8fdf
+5 -5
View File
@@ -124,8 +124,8 @@ When in the CLI, plug in your Chameleon and connect with `hw connect`. If autode
In `()` is the argument description, `[]` are possible entries for that argument (eg `[1-8]`)
| Command ID | Command | Arguments | Description |
|:----------:|:----------------:|:-------------------------------------------------------------------------:|:-----------------------------------------:|
| 1020 | `hw factory_reset` | `--i-know-what-im-doing` (Make sure you really want to wipe your Chameleon) | Returns the Chameleon to factory settings |
| | | | |
| | | | |
| Command | Arguments | Description |
|:----------------:|:-------------------------------------------------------------------------:|:-----------------------------------------:|
| `hw factory_reset` | `--i-know-what-im-doing` (Make sure you really want to wipe your Chameleon) | Returns the Chameleon to factory settings |
| | | |
| | | |