From e31c19a8489ac24a1b8906bb401cb3eac22af6fd Mon Sep 17 00:00:00 2001 From: Jared Dohrman Date: Thu, 23 Apr 2026 09:49:51 +1000 Subject: [PATCH] update docs --- docs/web-panel.md | 2 +- release-notes.yml | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/web-panel.md b/docs/web-panel.md index 76452eaf..1847fb6d 100644 --- a/docs/web-panel.md +++ b/docs/web-panel.md @@ -315,7 +315,7 @@ 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. +If an older build sends you through a strange redirect after `start ota`, use the web `Start OTA` button to begin the upgrade. This redirect issue is fixed in `repeater-mqtt-eastmesh-v1.3.11`. ### Use Historical Stats diff --git a/release-notes.yml b/release-notes.yml index 184142fc..af6d89f3 100644 --- a/release-notes.yml +++ b/release-notes.yml @@ -461,12 +461,21 @@ releases: 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." + summary: "Makes OTA startup consistent across command sources, fixes T-Beam 1W SX1262 repeater builds, and cleans up PMU-backed battery stats in `/stats`." 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." + text: "Moved OTA startup preparation into the shared repeater web service path so `start ota` now behaves consistently whether it is triggered from the web panel, serial CLI, or a remote CLI session." + - type: fixed + area: web-panel + text: "Fixed the old repeater OTA redirect glitch so starting an upgrade no longer falls into the earlier odd redirect behaviour before the OTA page loads." + - type: fixed + area: board-support + text: "Added the missing `USE_SX1262` build flag for the LilyGo T-Beam 1W repeater target so the `*_repeater_mqtt` variant builds with the correct radio configuration." + - type: fixed + area: stats + text: "Cleaned up `/stats` battery details on PMU-backed boards so the Core battery card no longer shows a synthetic battery-voltage range beside a board-reported battery percentage." - 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." + text: "Updated the web panel and custom CLI docs to note the OTA redirect fallback on older builds and to describe the consistent `start ota` handling across command sources." breaking_changes: []