Skip to content

Commit ac96208

Browse files
authored
add tlora-pager and meshsoloar
1 parent 51ce2ed commit ac96208

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/lib/resource.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,4 +832,28 @@ export const deviceHardwareList: DeviceHardware[] = [
832832
hasMui: false,
833833
partitionScheme: "16MB",
834834
},
835+
{
836+
hwModel: 103,
837+
hwModelSlug: "T_LORA_PAGER",
838+
platformioTarget: "tlora-pager",
839+
architecture: "esp32-s3",
840+
activelySupported: false,
841+
supportLevel: 1,
842+
displayName: "LILYGO T-LoRa Pager",
843+
tags: ["LilyGo"],
844+
requiresDfu: true,
845+
hasMui: false,
846+
partitionScheme: "16MB",
847+
},
848+
{
849+
hwModel: 108,
850+
hwModelSlug: "HELTEC_MESH_SOLAR",
851+
platformioTarget: "heltec-mesh-solar",
852+
architecture: "nrf52840",
853+
activelySupported: false,
854+
supportLevel: 1,
855+
displayName: "Heltec MeshSolar",
856+
tags: ["Heltec"],
857+
requiresDfu: true,
858+
},
835859
];

0 commit comments

Comments
 (0)