repeater-mqtt-eastmesh-v1.3.8

This commit is contained in:
Jared Dohrman
2026-04-21 18:07:04 +10:00
orang tua 616d1c8213
melakukan 0ad50e5bd0
14 mengubah file dengan 748 tambahan dan 79 penghapusan
+14 -2
Melihat File
@@ -371,7 +371,7 @@ releases:
tag: "repeater-mqtt-eastmesh-v1.3.8"
date: "2026-04-21"
previous_version: "1.3.7"
summary: "Fixed repeater web radio preset application, added T-Beam 1W fan controls, and stabilised T-Beam 1W web stats by reusing the radio SPI bus for SD archive access."
summary: "Expanded repeater `/stats` with environment telemetry and persisted trends, and hardened archive startup on shared-SPI boards."
changes:
- type: fixed
area: web-panel
@@ -385,7 +385,19 @@ releases:
- type: fixed
area: stats
text: "Stabilised T-Beam 1W web stats with SD archive enabled by making archive access reuse the same SPI object as the LoRa radio on the board's shared SPI bus."
- type: added
area: web-panel
text: "Added an optional `Environment` section on `/stats` for boards that expose GPS or environmental telemetry, and hid metrics that have no current reading."
- type: added
area: stats
text: "Extended `/stats` history persistence in PSRAM and on the SD-backed archive to capture supported environment telemetry, including voltage, temperatures, humidity, barometer, altitude, and GPS satellites."
- type: added
area: stats
text: "Added environment trend series to `/stats`, including a GPS satellites graph that only appears when GPS is enabled."
- type: fixed
area: board-support
text: "Hardened archive startup on the T-Beam S3 Supreme by providing a safe default shared-archive SPI hook so boards without an override do not crash during early boot."
- type: docs
area: docs
text: "Updated the custom CLI docs for the T-Beam 1W fan controls and their persisted repeater behaviour."
text: "Updated the web panel, API, and custom CLI docs to cover the environment summary/trends, stats persistence behaviour, and existing T-Beam 1W fan controls."
breaking_changes: []