Skip to content

Commit c6f9751

Browse files
committed
Add tracker v2
1 parent 441e420 commit c6f9751

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

src/lib/resource.ts

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ export const deviceHardwareList: DeviceHardware[] = [
752752
displayName: "muzi BASE DUO/UNO",
753753
tags: ["muzi"],
754754
requiresDfu: true,
755-
images: ["muzi_base.svg"]
755+
images: ["muzi_base.svg"],
756756
},
757757
{
758758
hwModel: 94,
@@ -831,7 +831,7 @@ export const deviceHardwareList: DeviceHardware[] = [
831831
displayName: "NomadStar Meteor Pro",
832832
tags: ["NomadStar"],
833833
requiresDfu: true,
834-
images: ["meteor_pro.svg"]
834+
images: ["meteor_pro.svg"],
835835
},
836836
{
837837
hwModel: 97,
@@ -885,7 +885,7 @@ export const deviceHardwareList: DeviceHardware[] = [
885885
displayName: "muzi R1 Neo",
886886
tags: ["muzi"],
887887
requiresDfu: true,
888-
images: ["muzi_r1_neo.svg"]
888+
images: ["muzi_r1_neo.svg"],
889889
},
890890
{
891891
hwModel: 102,
@@ -938,7 +938,7 @@ export const deviceHardwareList: DeviceHardware[] = [
938938
tags: ["LilyGo"],
939939
requiresDfu: true,
940940
hasInkHud: false,
941-
images: ["techo_lite.svg"]
941+
images: ["techo_lite.svg"],
942942
},
943943
{
944944
hwModel: 111,
@@ -963,7 +963,7 @@ export const deviceHardwareList: DeviceHardware[] = [
963963
requiresDfu: true,
964964
hasMui: false,
965965
partitionScheme: "16MB",
966-
images: ["heltec_v4.svg"]
966+
images: ["heltec_v4.svg"],
967967
},
968968
{
969969
hwModel: 106,
@@ -977,7 +977,19 @@ export const deviceHardwareList: DeviceHardware[] = [
977977
requiresDfu: false,
978978
hasMui: false,
979979
partitionScheme: "16MB",
980-
images: ["rak_3312.svg"]
980+
images: ["rak_3312.svg"],
981+
},
982+
{
983+
hwModel: 113,
984+
hwModelSlug: "HELTEC_WIRELESS_TRACKER_V2",
985+
platformioTarget: "heltec-wireless-tracker-v2",
986+
architecture: "esp32s3",
987+
activelySupported: false,
988+
supportLevel: 1,
989+
displayName: "Heltec Wireless Tracker V2",
990+
tags: ["Heltec"],
991+
images: ["heltec_wireless_tracker_v2.svg"],
992+
partitionScheme: "8MB",
981993
},
982994
{
983995
hwModel: 115,
@@ -989,7 +1001,7 @@ export const deviceHardwareList: DeviceHardware[] = [
9891001
displayName: "ThinkNode M3",
9901002
tags: ["Elecrow"],
9911003
requiresDfu: true,
992-
images: ["thinknode_m3.svg"]
1004+
images: ["thinknode_m3.svg"],
9931005
},
9941006
{
9951007
hwModel: 116,
@@ -1026,7 +1038,7 @@ export const deviceHardwareList: DeviceHardware[] = [
10261038
displayName: "ThinkNode M4",
10271039
tags: ["Elecrow"],
10281040
requiresDfu: true,
1029-
images: ["thinknode_m4.svg"]
1041+
images: ["thinknode_m4.svg"],
10301042
},
10311043
{
10321044
hwModel: 120,
@@ -1038,7 +1050,7 @@ export const deviceHardwareList: DeviceHardware[] = [
10381050
displayName: "ThinkNode M6",
10391051
tags: ["Elecrow"],
10401052
requiresDfu: true,
1041-
images: ["thinknode_m6.svg"]
1053+
images: ["thinknode_m6.svg"],
10421054
},
10431055
{
10441056
hwModel: 122,

0 commit comments

Comments
 (0)