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
* connection: Check the error field in the response instead of status
* Handle generic stub errors
* esp32: Fix size in FlashDeflateBegin
The `size` field for `Command::FlashDeflateBegin` is the uncompressed size of the segment.
It was rounded up to the memory block size, and the stub was expecting more data when the flash ended,
even though the inflator was returning successfully.
* Fix typo in espflash/src/error.rs
Co-authored-by: Jesse Braham <[email protected]>
Co-authored-by: Jesse Braham <[email protected]>
0 commit comments