Skip to content

Commit

Permalink
README: Add connection example
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickelectric committed Mar 19, 2024
1 parent 8d6719c commit e69cd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,7 +29,7 @@ SUBCOMMANDS:
```

```
$ ./mavftp-cli list
$ ./mavftp-cli --connection serial:/dev/ttyACM2:115200 list
Type Name Size
----------------------------------------
F ./.Trash-1000 39 B
Expand All @@ -45,7 +45,7 @@ F ./parameters_backup.bson 454 B
```

```
$ ./mavftp-cli read ./APM/LOGS/00000001.BIN
$ ./mavftp-cli --connection serial:/dev/ttyACM2:115200 read ./APM/LOGS/00000001.BIN
[00:00:01] [##############################] 514.02 KiB/514.02 KiB (0.0s)
calculated crc: 0xd33fda9f
```
Expand Down

0 comments on commit e69cd97

Please sign in to comment.