Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelix committed Mar 11, 2024
1 parent c9338ae commit 2b58c1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GettingStartedGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ for iOS. Download the appropriate app to your phone before proceeding.

Run the following command to build and flash the demo project:

**NOTE** The list of chip types can be found by running `idf.py list-targets`
The directly supported chips are the ones listed in
[build.yml](./.github/workflows/build.yml#L27)

- Please do not submit a bug report due to build errors or demo failures
when using an unsupported ESP chip.

```sh
idf.py -p PORT flash monitor;
Expand Down

0 comments on commit 2b58c1a

Please sign in to comment.