diff --git a/docs/web-panel.md b/docs/web-panel.md index e056fd0d..76452eaf 100644 --- a/docs/web-panel.md +++ b/docs/web-panel.md @@ -315,6 +315,8 @@ On mobile: 3. The local HTTP redirect listener on port `80` is released so OTA can take over that port. 4. Continue with your normal OTA workflow. +If an older build sends you through a strange redirect after `start ota`, use the web `Start OTA` button to begin the upgrade anyway. The `repeater-mqtt-eastmesh-v1.3.11` release fixes that redirect issue. + ### Use Historical Stats 1. Enable stats if needed with `set web.stats on`. diff --git a/release-notes.yml b/release-notes.yml index bea35781..184142fc 100644 --- a/release-notes.yml +++ b/release-notes.yml @@ -455,3 +455,18 @@ releases: area: docs text: "Updated the web panel, API, and custom CLI docs to describe the board-aware battery display, the new MQTT client-version command, and the revised `/app` layout." breaking_changes: [] + + - track: repeater-mqtt + version: "1.3.11" + tag: "repeater-mqtt-eastmesh-v1.3.11" + date: "2026-04-23" + previous_version: "1.3.10" + summary: "Fixes the OTA start flow so the repeater web panel no longer falls into the old redirect glitch before upgrade." + changes: + - type: fixed + area: web-panel + text: "Fixed the repeater OTA start path so beginning an upgrade from the web panel no longer trips the earlier odd redirect behaviour before the OTA page loads." + - type: docs + area: web-panel + text: "Added a web-panel callout noting that if an older build hits the `start ota` redirect glitch, use the web `Start OTA` button to continue the upgrade, and that this release resolves the issue moving forward." + breaking_changes: []