Jared Dohrman vor 3 Monaten
Ursprung
Commit
e31c19a848
2 geänderte Dateien mit 13 neuen und 4 gelöschten Zeilen
  1. 1 1
      docs/web-panel.md
  2. 12 3
      release-notes.yml

+ 1 - 1
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
 

+ 12 - 3
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: []