Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

In dumpFlash(), showProgress *seems* like it is decreasing rather than increasing. #12

Description

@jason0597

by splitting the dump procedure up into chunks, each chunk is going to finish at a certain percentage
it happens to be that each successive chunk's final printout is less than the previous chunk
what you're actually seeing is not the overall percentage, it's just the percentage of that chunk
so, you see the percentage of each chunk
each chunk's final printout would be different from one another
and in the end, it makes it seem like that it's decreasing the percentage, while what's happening is that the number of chunks dumped increases, while the last percentage of each chunk is less than the previous chunk

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions