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

menuconfig --release true not saving changes #61

Open
usbalbin opened this issue Aug 26, 2022 · 0 comments
Open

menuconfig --release true not saving changes #61

usbalbin opened this issue Aug 26, 2022 · 0 comments

Comments

@usbalbin
Copy link

I have created a project using

cargo generate --git https://github.com/esp-rs/esp-idf-template cargo

Running cargo pio espidf menuconfig works fine and I can see the saved changes in the UI from last time. Compiling the code (cargo build) also works and I can tell the changes are in effect. I can also see that my_project_root/sdkconfig.debug is updated.

However when I try to switch to release mode, thing works less great.

Running cargo pio espidf menuconfig --release true does not produce a my_project_root/sdkconfig.release. When running the command multiple times the changes seems to not get saved. Compiling the code using cargo build --release does not seem to be using my changes.

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