## Problem Sometimes OTA update is failing because of "data read error". It looks like update server or device is closing TCP connection. --- ## Proposed solution Add update retry on "data read error". --- ## Scope - Platform: ESP-IDF
Problem
Sometimes OTA update is failing because of "data read error". It looks like update server or device is closing TCP connection.
Proposed solution
Add update retry on "data read error".
Scope