From 398e751a87ff053c2deb8a4ff21372dad3ccdf05 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:47:01 -0500 Subject: [PATCH] chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4860) --- app/src/main/assets/firmware_releases.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/app/src/main/assets/firmware_releases.json b/app/src/main/assets/firmware_releases.json index 45bf000b9..33623d15f 100644 --- a/app/src/main/assets/firmware_releases.json +++ b/app/src/main/assets/firmware_releases.json @@ -188,6 +188,18 @@ ] }, "pullRequests": [ + { + "id": "9954", + "title": "fix:[RTC] update time on rp2040", + "page_url": "https://github.com/meshtastic/firmware/pull/9954", + "zip_url": "https://discord.com/invite/meshtastic" + }, + { + "id": "9953", + "title": "Fix: Enable touch-to-backlight on T-Echo (not just T-Echo Plus)", + "page_url": "https://github.com/meshtastic/firmware/pull/9953", + "zip_url": "https://discord.com/invite/meshtastic" + }, { "id": "9951", "title": "fix: big-endian byte ordering for radio packet header fields", @@ -206,12 +218,6 @@ "page_url": "https://github.com/meshtastic/firmware/pull/9939", "zip_url": "https://discord.com/invite/meshtastic" }, - { - "id": "9934", - "title": "fix: MQTT settings silently fail to persist when broker is unreachable", - "page_url": "https://github.com/meshtastic/firmware/pull/9934", - "zip_url": "https://discord.com/invite/meshtastic" - }, { "id": "9931", "title": "fix: apply LoRa config changes live without rebooting",