diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 7fe6aad..e960ca7 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -805,4 +805,18 @@ export const deviceHardwareList: DeviceHardware[] = [ partitionScheme: "16MB", hasMui: true, }, + { + hwModel: 102, + hwModelSlug: "T_DECK_PRO", + platformioTarget: "t-deck-pro", + architecture: "esp32-s3", + activelySupported: false, + supportLevel: 1, + displayName: "LILYGO T-Deck Pro", + tags: ["LilyGo"], + images: ["tdeck_pro.svg"], + requiresDfu: true, + hasMui: false, + partitionScheme: "16MB", + }, ];