We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I should configure the crystal frequency in "menuconfig" mode, but I don't know how to do this under "esp-rs"
The text was updated successfully, but these errors were encountered:
If using a std project, which seems like you are since you opened this issue in std-training: https://docs.esp-rs.org/book/troubleshooting/espflash.html#if-you-are-building-an-esp-idf-sys-based-project
std
std-training
If using a no_std project, it should be automatically detected.
no_std
Sorry, something went wrong.
in sdkconfig.defaults add CONFIG_XTAL_FREQ_26=y,cargo clean cargo run is ok!
No branches or pull requests
I should configure the crystal frequency in "menuconfig" mode, but I don't know how to do this under "esp-rs"
The text was updated successfully, but these errors were encountered: