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

Remove sdkconfig defaults from httpserver example #376

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

jonasschnelli
Copy link
Contributor

Couldn't figure out why idf.py build always built for ESP32S3 instead of ESP32.
Other examples have no default too.

@vroland
Copy link
Owner

vroland commented Nov 22, 2024

We could also rename it to sdkconfig.defaults.esp32s3, then it should only be picked up for the esp32s3. I think defaults are useful for the S3 in particular, because for best performance you need to select some menuconfig options.

@jonasschnelli
Copy link
Contributor Author

The esp32s3 file already exists (see https://github.com/vroland/epdiy/blob/main/examples/http-server/sdkconfig.defaults.esp32s3). This PR removes only the unnecessary sdkconfig.defaults file (not the sdkconfig.defaults.esp32s3).

@vroland
Copy link
Owner

vroland commented Nov 22, 2024

Ah right, makes sense 😅

@vroland vroland merged commit cbdaaa7 into vroland:main Nov 22, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants