Skip to content

Commit 5c0d5e0

Browse files
authored
Add image paths for LilyGo and Heltec models
1 parent ac96208 commit 5c0d5e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/resource.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ export const deviceHardwareList: DeviceHardware[] = [
844844
requiresDfu: true,
845845
hasMui: false,
846846
partitionScheme: "16MB",
847+
images: ["lilygo-tlora-pager.svg"],
847848
},
848849
{
849850
hwModel: 108,
@@ -855,5 +856,6 @@ export const deviceHardwareList: DeviceHardware[] = [
855856
displayName: "Heltec MeshSolar",
856857
tags: ["Heltec"],
857858
requiresDfu: true,
859+
images: ["heltec-mesh-solar.svg"],
858860
},
859861
];

0 commit comments

Comments
 (0)