Conversation
Co-authored-by: Dániel Buga <bugadani@gmail.com>
|
Well maybe this one example is enough to fix the nightly CI fail, but embassy_usb_ethernet is broken because of picoserve. The way around that (until picoserve becomes a better citizen and stops breaking on every embassy-net update) is to upgrade to embassy-net 0.9, and generally to update the rest of the embassy crates. |
I played with it a bit and I couldn't make it to work as |
|
Maybe we can commit the Cargo.lock file for the usb_ethernet example that forces it to use embassy-net 0.8, but I can't check out this PR with |
Yes, seems this works fine 👍 |
* Fix embassy_sntp example * applied suggestion Co-authored-by: Dániel Buga <bugadani@gmail.com> * Force embassy-net to be 0.8 in picoserve --------- Co-authored-by: Dániel Buga <bugadani@gmail.com>
Fixes new versions
closes #5238