-
Notifications
You must be signed in to change notification settings - Fork 53
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
esp-idf-svc Not compiling from template project #252
Comments
Hi! The errros are already fixed on git, adding: [patch.crates-io]
esp-idf-svc = { git = "https://github.com/esp-rs/esp-idf-svc" }
esp-idf-hal = { git = "https://github.com/esp-rs/esp-idf-hal" } to your Cargo.toml should fix the issues |
Actually you need all of: [patch.crates-io]
esp-idf-svc = { git = "https://github.com/esp-rs/esp-idf-svc" }
esp-idf-hal = { git = "https://github.com/esp-rs/esp-idf-hal" }
esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys" }
embuild = { git = "https://github.com/esp-rs/embuild" } Alternatively, you can downgrade your nightly to a one from ~ 2 weeks ago, and use that. NOTE: We'll have a new release very soon now (as in a week if not a few days). |
Yes that has worked, thanks guys for the fast replies |
Bug description
Not compiling
esp-idf-svc
when using the generated template from hereTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Build the templates example code
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: