Support for esp-hal 1.0.0-beta #22
kyleSpaulus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I had to manually clone the repository and then set the esp-hal-smartled path in Cargo.toml or else the rust analyzer complained about esp-hal compatibility package error ^0.22.0.
Like this:
esp-hal-smartled = { path = "led_operation/common/esp-hal-community/esp-hal-smartled" }
Not sure If I had done something wrong or if this common behaviour.
Just for information,
Crate worked great otherwise, thanks
/K
Beta Was this translation helpful? Give feedback.
All reactions