@@ -315,7 +315,7 @@ On mobile:
|
|||||||
3. The local HTTP redirect listener on port `80` is released so OTA can take over that port.
|
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.
|
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
|
### Use Historical Stats
|
||||||
|
|
||||||
|
|||||||
@@ -461,12 +461,21 @@ releases:
|
|||||||
tag: "repeater-mqtt-eastmesh-v1.3.11"
|
tag: "repeater-mqtt-eastmesh-v1.3.11"
|
||||||
date: "2026-04-23"
|
date: "2026-04-23"
|
||||||
previous_version: "1.3.10"
|
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:
|
changes:
|
||||||
- type: fixed
|
- type: fixed
|
||||||
area: web-panel
|
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
|
- type: docs
|
||||||
area: web-panel
|
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: []
|
breaking_changes: []
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user