Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] [ESP32] ESP-C6 specific configuration in ESP32 Application Usage Guide #26768

Merged
merged 5 commits into from
Jun 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update build_app_and_commission.md
SDKCONFIG_DEFAULTS=sdkconfig.defaults.<target_name>' is not required if the sdkconfig file name has a target_name suffix, because when we set target, the sdkconfig.defaults.<target_name> will be applied with the sdkconfig.defaults
  • Loading branch information
lboue authored and woody-apple committed Jun 27, 2023
commit 396be87bfe73ca9a72c9c6259d53c4db4510aa6a
2 changes: 0 additions & 2 deletions docs/guides/esp32/build_app_and_commission.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ functionality can still work fine.
```
$ rm sdkconfig
$ idf.py -D 'SDKCONFIG_DEFAULTS=sdkconfig_m5stack.defaults' build
$ idf.py -D 'SDKCONFIG_DEFAULTS=sdkconfig.defaults.esp32h2' build
$ idf.py -D 'SDKCONFIG_DEFAULTS=sdkconfig.defaults.esp32c6' build
```

Note: If using a specific device configuration, it is highly recommended to
Expand Down