From c1faaa75aca9c7a0dae62ce37bc285d3bd958d3f Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Tue, 4 Aug 2026 06:32:29 -0500 Subject: [PATCH] chore: Scheduled updates (Firmware, Hardware, Translations) (#6566) --- androidApp/src/main/assets/device_hardware.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/androidApp/src/main/assets/device_hardware.json b/androidApp/src/main/assets/device_hardware.json index 3f579cc7e4..9d8ae700de 100644 --- a/androidApp/src/main/assets/device_hardware.json +++ b/androidApp/src/main/assets/device_hardware.json @@ -1534,5 +1534,20 @@ "images": [ "thinknode-m8.svg" ] + }, + { + "hwModel": 124, + "hwModelSlug": "TBEAM_BPF", + "platformioTarget": "t-beam-bpf", + "architecture": "esp32-s3", + "activelySupported": true, + "supportLevel": 3, + "displayName": "LilyGo T-Beam BPF", + "tags": [ + "LilyGo" + ], + "images": [ + "tbeam-bpf.svg" + ] } ] \ No newline at end of file