Skip to content

Commit

Permalink
Include full path to examples/all-clusters-app/esp32/ (#18051)
Browse files Browse the repository at this point in the history
* Include full path to examples/all-clusters-app/esp32/

Not `cd`ing to the full esp32 path results in `doesn't seem to be a CMake build directory`

* Move cd after bootstrap/activate

Put cd /examples/all-clusters-app/esp32/ AFTER bootstrap/activate
  • Loading branch information
gmarcosb authored and pull[bot] committed Jan 8, 2024
1 parent a4a4426 commit df6e40e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/all-clusters-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,13 @@ make sure the IDF_PATH has been exported(See the manual setup steps above).

- Target Set

To set IDF target, run set-target with one of the commands.
To set IDF target, first:

```
$ cd {path-to-connectedhomeip}/examples/all-clusters-app/esp32/
```

Then run set-target with one of the commands.

```
$ idf.py set-target esp32
Expand Down

0 comments on commit df6e40e

Please sign in to comment.