You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main issue I'm having with the current version (v0.13.0) on crates.io is that it depends on esp-hal version 0.20.0 and is thus incompatible with the latest version (0.21.1).
Would be great to get a new version released on crates.io with updated dependencies and a pointer to the current code location.
Workaround:
Clone the repository
Update esp-hal version dependency to 0.21.0 and remove the patch.crates-io entries
Use something like esp-hal-smartled = { path=".../esp-hal-community/esp-hal-smartled"}
The code is working fine with that, so there are no further code changes required for making it compatible with the current esp-hal crate.
The text was updated successfully, but these errors were encountered:
As of now, the esp-hal-smartled version on crates.io still links to the
esp-hal
repository - but the source code has been removed from that repository (and moved here) in esp-rs/esp-hal#2169.The main issue I'm having with the current version (
v0.13.0
) on crates.io is that it depends onesp-hal
version0.20.0
and is thus incompatible with the latest version (0.21.1
).Would be great to get a new version released on crates.io with updated dependencies and a pointer to the current code location.
Workaround:
esp-hal
version dependency to0.21.0
and remove the patch.crates-io entriesesp-hal-smartled = { path=".../esp-hal-community/esp-hal-smartled"}
The code is working fine with that, so there are no further code changes required for making it compatible with the current
esp-hal
crate.The text was updated successfully, but these errors were encountered: