Skip to content

Commit 25b7be0

Browse files
authored
Merge pull request #74 from meshtastic/rcarteraz-patch-3
Add New Hardware
2 parents d30ac0b + 5c0d5e0 commit 25b7be0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/lib/resource.ts

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

0 commit comments

Comments
 (0)