Skip to content

Commit

Permalink
Merge pull request #26 from voteblake/patch-1
Browse files Browse the repository at this point in the history
Document default builder behavior
  • Loading branch information
ivmarkov authored Apr 27, 2022
2 parents 5157b97 + 0340db9 commit 0e25078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ cargo generate --vcs none --git https://github.com/esp-rs/esp-idf-template cargo

## Build

To build using the default PlatformIO builder just use:
To build using the default ESP-IDF native builder just use:
```sh
cd <your-project-name>
cargo build
```

- Replace `<your-project-name>` with the name of the generated project

To build using the ESP-IDF native builder, use:
To build using the PlatformIO builder, use:
```sh
cargo build --features native
cargo build --features pio
```

## Flash
Expand Down

0 comments on commit 0e25078

Please sign in to comment.