From a83544ad8543d95bb10f0175bfdfed64049ef5f2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Jun 2026 04:48:16 +0000 Subject: [PATCH] Add Station G3 hardware entry to resource.ts --- src/lib/resource.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index cffe644..a50bcb5 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -1146,4 +1146,17 @@ export const deviceHardwareList: DeviceHardware[] = [ tags: ["Elecrow"], requiresDfu: false, }, + { + hwModel: 134, + hwModelSlug: "STATION_G3", + platformioTarget: "station-g3", + architecture: "esp32-s3", + activelySupported: false, + supportLevel: 1, + displayName: "Station G3", + tags: ["B&Q"], + images: ["station-g3.svg"], + requiresDfu: true, + partitionScheme: "16MB", + }, ];