Skip to content

Commit

Permalink
Update resource.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
garthvh authored Nov 29, 2024
1 parent 82d4f23 commit 332ca87
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "TLORA_V2_1_1P6",
platformioTarget: "tlora-v2-1-1_6",
architecture: "esp32",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "LILYGO T-LoRa V2.1-1.6",
tags: ["LilyGo"],
Expand All @@ -47,7 +47,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "TBEAM",
platformioTarget: "tbeam",
architecture: "esp32",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "LILYGO T-Beam",
tags: ["LilyGo"],
Expand Down Expand Up @@ -77,7 +77,7 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "t-echo",
architecture: "nrf52840",
supportLevel: 1,
activelySupported: true,
activelySupported: false,
displayName: "LILYGO T-Echo",
tags: ["LilyGo"],
images: ["t-echo.svg"],
Expand Down Expand Up @@ -127,7 +127,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "TBEAM_S3_CORE",
platformioTarget: "tbeam-s3-core",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "LILYGO T-Beam Supreme",
tags: ["LilyGo"],
Expand Down Expand Up @@ -158,7 +158,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "TLORA_V2_1_1P8",
platformioTarget: "tlora-v2-1-1_8",
architecture: "esp32",
activelySupported: true,
activelySupported: false,
supportLevel: 2,
displayName: "LILYGO T-LoRa V2.1-1.8",
tags: ["LilyGo", "2.4G LoRA"],
Expand All @@ -169,7 +169,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "TLORA_T3_S3",
platformioTarget: "tlora-t3s3-v1",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
displayName: "LILYGO T-LoRa T3-S3",
supportLevel: 1,
tags: ["LilyGo"],
Expand All @@ -181,7 +181,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "TLORA_T3_S3",
platformioTarget: "tlora-t3s3-epaper",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "LILYGO T-LoRa T3-S3 E-Ink",
tags: ["LilyGo"],
Expand Down Expand Up @@ -400,7 +400,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "T_DECK",
platformioTarget: "t-deck",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "LILYGO T-Deck",
tags: ["LilyGo"],
Expand All @@ -412,7 +412,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "T_WATCH_S3",
platformioTarget: "t-watch-s3",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "LILYGO T-Watch S3",
tags: ["LilyGo"],
Expand Down

0 comments on commit 332ca87

Please sign in to comment.