Skip to content

Commit 2df41a1

Browse files
authored
Merge pull request #73 from meshtastic/add-t-deck-pro
Add T-Deck Pro
2 parents 89f6a1b + 989314f commit 2df41a1

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)