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.
Sketch:
No need for a sketch, This is a reproducible issue by following two basic steps:
Fail an OTAUpdate by cancelling the update in the middle of the process
Trigger an HTTPUpdate with a server that has no x-MD5 header set on the response.
=> The update will fail with MD5 Check fail
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Hardware:
Board: esp32doit-devkit-v1
Core Installation version: 1.0.4
IDE name: CLion
Flash Frequency: 40Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Ubuntu
Description:
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.
Sketch:
No need for a sketch, This is a reproducible issue by following two basic steps:
=> The update will fail with MD5 Check fail
Debug Messages:
The text was updated successfully, but these errors were encountered: