Receiving no data in Updater is an error by earlephilhower · Pull Request #7729 · esp8266/Arduino

@earlephilhower

Fixes #7721 by adding a new error code for when Update::end is called
without any progress at all being made (i.e. no data actually ::write()
to the Update object.

@earlephilhower

Fixes esp8266#7721 by adding a new error code for when Update::end is called
without any progress at all being made (i.e. no data actually ::write()
to the Update object.

@earlephilhower

@rejnok93, can you please try this PR out and update with your results?

@rejnok93

Yes it is solved, great, thanks, I can prove this PR working

rejnok93

@d-a-v

@d-a-v

d-a-v

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM