Closed kevinclark closed 2 months ago
Thanks for reporting it. The crate was intended to be used with a Raspberry Pi Pico, but I was not aware of this problem as I no longer needed it. I believe this has been fixed in v0.4.2. Please give it a try.
Got it. Looks like it should do the trick, thanks!
Next issue I've run into is that the crate seems to be no-alloc except for the anyhow usage. I'd like to fix that - I'm thinking I'll replace the anyhow usage with embedded_error_chain. Is that a change you'd take? Is no-alloc a goal at all? Got a better idea?
Here's my first error messages: