• v1.0.2 7df3fd2cb2

    highway released this 2026-08-30 11:56:25 +03:00 | 5 commits to main since this release

    Fixes over-the-air installation, which previously failed at 0%.

    The flash erase now happens before the download connection is opened. esp_ota_begin() erases the whole 1.6 MB OTA slot up front, and doing that with the HTTPS socket already open left it idle long enough to be dropped, so the transfer stalled and every install aborted.

    Also: redirects are followed, the read loop tracks the connection so a chunked response completes, and failures now name the exact stage with byte counts and free heap.

    Verified end to end on hardware: 1,654,368 bytes downloaded, installed, rebooted into the new version.

    Downloads