-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update to esp-hal 0.19 #35
Conversation
74ab361
to
13c40bc
Compare
You can test that all examples build, using just, and you can also run the examples in Ex: Currently
This is due to the breaking change in: esp-rs/embedded-svc#75 |
Got it, I've opened an issue on the esp-hal repo for that build failure. This is blocked on that for now. |
The good thing is that embedded-svc is totally optional - we have an inherent version of the wifi API - you would just need to adjust the imports |
9c39af6
to
67a5f2c
Compare
67a5f2c
to
b95ce01
Compare
CI is passing, now that esp-rs/esp-hal#1817 is fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Compiles on my project, but needs testing by someone who has a project that actually works right now.