Skip to content

Commit

Permalink
add example alternate board run command
Browse files Browse the repository at this point in the history
  • Loading branch information
c0psrul3 committed Nov 4, 2023
1 parent 738092a commit c67ecf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ To build the firmware and upload it to you ESP32 MCU run
```shell
platformio run --target upload
```
OR, for custom targets
```shell
platformio run --environment <custom_env> --target upload
```

## Donate

Expand Down

0 comments on commit c67ecf3

Please sign in to comment.