Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Add (slightly) more information about plaformio.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Capricelli <[email protected]>
  • Loading branch information
orzel committed Oct 11, 2022
1 parent beef94e commit 5486f00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ choose platformio (preferred) or traditional make build
* choose which mcu you are building for by uncommenting one `env_default` in `platformio.ini`
* adjust `upload_port` as needed in `platformio.ini`

Then you can use the [standard platformio commands](https://docs.platformio.org/en/stable/core/quickstart.html#process-project)
```
pio run
pio run --target upload
```

### traditional make
```
make clean
Expand Down

0 comments on commit 5486f00

Please sign in to comment.