Skip to content

Commit 989314f

Browse files
committed
add-t-deck-pro
1 parent 89f6a1b commit 989314f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/lib/resource.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,4 +805,18 @@ export const deviceHardwareList: DeviceHardware[] = [
805805
partitionScheme: "16MB",
806806
hasMui: true,
807807
},
808+
{
809+
hwModel: 102,
810+
hwModelSlug: "T_DECK_PRO",
811+
platformioTarget: "t-deck-pro",
812+
architecture: "esp32-s3",
813+
activelySupported: false,
814+
supportLevel: 1,
815+
displayName: "LILYGO T-Deck Pro",
816+
tags: ["LilyGo"],
817+
images: ["tdeck_pro.svg"],
818+
requiresDfu: true,
819+
hasMui: false,
820+
partitionScheme: "16MB",
821+
},
808822
];

0 commit comments

Comments
 (0)