Skip to content

Commit

Permalink
docs(CONTRIBUTING): Fix ENABLE_VIRTUAL_SMOOTHIE examples (#4282)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches authored and mcous committed Oct 24, 2019
1 parent 85f2eed commit bfc112b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -344,9 +344,9 @@ Be sure to check out the [API `README`][api-readme] for additional instructions.

```shell
# run API with virtual robot
make -C api dev
make -C api dev ENABLE_VIRTUAL_SMOOTHIE=true
# run API with robot's motor driver connected via USB to UART cable
make -C api dev ENABLE_VIRTUAL_SMOOTHIE=false
make -C api dev
```

To put the API on a test robot, if it's on balena do:
Expand Down

0 comments on commit bfc112b

Please sign in to comment.