update docs

This commit is contained in:
Jared Dohrman
2026-04-23 09:49:51 +10:00
parent d75e9b140c
commit e31c19a848
2 changed files with 13 additions and 4 deletions
+12 -3
View File
@@ -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: []