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.
1 parent 51ce2ed commit ac96208Copy full SHA for ac96208
1 file changed
src/lib/resource.ts
@@ -832,4 +832,28 @@ export const deviceHardwareList: DeviceHardware[] = [
832
hasMui: false,
833
partitionScheme: "16MB",
834
},
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
854
855
+ displayName: "Heltec MeshSolar",
856
+ tags: ["Heltec"],
857
858
859
];
0 commit comments