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

sdkconfig.defaults not setting sdkconfig with menuconfig #372

Closed
wegunterjr opened this issue Jul 1, 2020 · 1 comment
Closed

sdkconfig.defaults not setting sdkconfig with menuconfig #372

wegunterjr opened this issue Jul 1, 2020 · 1 comment

Comments

@wegunterjr
Copy link

I have sdkconfig.defaults in my project and has all the defaults I use, including the name of my custom_partition.csv
The problem is that even when I delete the old sdkconfig and run
pio run -t menuconfig
It still defaults to partitions.csv and not the name of my custom partition.
Am I missing something?

@wegunterjr
Copy link
Author

it was me...
for the record, if you are using sdkconfig.defaults, make sure the settings in there look lik the sdkconfig file generated by the menuconfig operation:
CONFIG_PARTITION_TABLE_CUSTOM=y etc, etc....
works like a charm!

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

No branches or pull requests

1 participant