Skip to content

Commit 353f248

Browse files
committed
Move legacy models to community support
1 parent dea2ef5 commit 353f248

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/lib/resource.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const deviceHardwareList: DeviceHardware[] = [
4040
platformioTarget: "tlora-v2-1-1_6",
4141
architecture: "esp32",
4242
activelySupported: true,
43-
supportLevel: 1,
43+
supportLevel: 3,
4444
displayName: "LILYGO T-LoRa V2.1-1.6",
4545
tags: ["LilyGo"],
4646
images: ["tlora-v2-1-1_6.svg"],
@@ -51,7 +51,7 @@ export const deviceHardwareList: DeviceHardware[] = [
5151
platformioTarget: "tbeam",
5252
architecture: "esp32",
5353
activelySupported: true,
54-
supportLevel: 1,
54+
supportLevel: 3,
5555
displayName: "LILYGO T-Beam",
5656
tags: ["LilyGo"],
5757
images: ["tbeam.svg"],
@@ -145,6 +145,7 @@ export const deviceHardwareList: DeviceHardware[] = [
145145
platformioTarget: "rak11200",
146146
architecture: "esp32",
147147
activelySupported: true,
148+
supportLevel: 3,
148149
displayName: "RAK WisBlock 11200",
149150
tags: ["RAK"],
150151
images: ["rak11200.svg"],
@@ -165,7 +166,7 @@ export const deviceHardwareList: DeviceHardware[] = [
165166
platformioTarget: "tlora-v2-1-1_8",
166167
architecture: "esp32",
167168
activelySupported: true,
168-
supportLevel: 2,
169+
supportLevel: 3,
169170
displayName: "LILYGO T-LoRa V2.1-1.8",
170171
tags: ["LilyGo", "2.4GHz"],
171172
images: ["tlora-v2-1-1_8.svg"],
@@ -432,7 +433,7 @@ export const deviceHardwareList: DeviceHardware[] = [
432433
platformioTarget: "t-watch-s3",
433434
architecture: "esp32-s3",
434435
activelySupported: true,
435-
supportLevel: 1,
436+
supportLevel: 3,
436437
displayName: "LILYGO T-Watch S3",
437438
tags: ["LilyGo"],
438439
images: ["t-watch-s3.svg"],

0 commit comments

Comments
 (0)