raburton / esp8266

Various bits of code for ESP8266
http://richard.burtons.org/
183 stars 47 forks source link

Fix failed ota update and more informative message. #4

Closed shanipribadi closed 9 years ago

shanipribadi commented 9 years ago

rboot-ota.c: When first chunk consists of only header, update will fail because the second chunk will be searched again for header. Also adds more informative progress message.

Change-Id: I20dd2b217fb617113d286106432da5e2bf4fe8f4

shanipribadi commented 9 years ago

I've only just realized that this is identical bug with #1