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
MD5 Verification fails on HTTP Update (with no x-MD5 header response) after unsuccessful OTA Update because the _target_md5 string in Updater class is not restored to default value.
Basic Infos
Platform
Settings in IDE
Problem Description
MD5 Verification fails on HTTP Update (with no
x-MD5
header response) after unsuccessful OTA Update because the_target_md5
string inUpdater
class is not restored to default value.MCVE Sketch
No need for a sketch, This is a reproducible issue by following two basic steps:
OTAUpdate
by cancelling the update in the middle of the processHTTPUpdate
with a server that has nox-MD5
header set on the response.=> The update will fail with MD5 Check fail
Debug Messages
The text was updated successfully, but these errors were encountered: