Skip to content

Commit

Permalink
Updated console commander command set
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 authored Jan 16, 2020
1 parent 495b95f commit 1fa31a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,13 @@ new ConsoleCommander(new TelloConnection(), dictionary).Run(true);

The argument passed to the "ReadStandardDictionary" is the Tello API version number and defines the set of available commands (see the [wiki](https://github.com/davewalker5/TelloCommander/wiki/Home)) for more details.

In addition to the commands supported by the drone and custom commands supported by the DroneCommander, you can enter "?" to report the status of the drone.
In addition to the commands supported by the drone and custom commands supported by the DroneCommander, the ConsoleCommander supports the following commands:

| Command | Parameters | Purpose |
| --- | --- | --- |
| ? | None | Report the current status to the console |
| startcapture | file interval | Start writing status records to the specified file (in CSV format) at the specified interval (in milliseconds) |
| stopcapture | None | Stop file capture if it's in progress |

## Wiki

Expand Down

0 comments on commit 1fa31a3

Please sign in to comment.