From 2a3e1b653d9e7eed12717d11df6c7e0083233072 Mon Sep 17 00:00:00 2001 From: vidplace7 Date: Mon, 3 Aug 2026 17:55:40 -0400 Subject: [PATCH] Add LilyGo T-Beam BPF As "Community Supported" for now. --- src/lib/resource.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index b056d73..63f882d 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -1203,4 +1203,15 @@ export const deviceHardwareList: DeviceHardware[] = [ tags: ["Elecrow"], 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"], + }, ];