We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89f6a1b + 989314f commit 2df41a1Copy full SHA for 2df41a1
1 file changed
src/lib/resource.ts
@@ -805,4 +805,18 @@ export const deviceHardwareList: DeviceHardware[] = [
805
partitionScheme: "16MB",
806
hasMui: true,
807
},
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
+ },
822
];
0 commit comments