Skip to content

Commit

Permalink
Update support level and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Nov 10, 2024
1 parent c795f64 commit caec6a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "tlora-v2-1-1_6",
architecture: "esp32",
activelySupported: true,
supportLevel: 1,
displayName: "LILYGO T-LoRa V2.1-1.6",
tags: ["LilyGo"],
images: ["tlora-v2-1-1_6.svg"],
Expand All @@ -45,6 +46,7 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "tbeam",
architecture: "esp32",
activelySupported: true,
supportLevel: 1,
displayName: "LILYGO T-Beam",
tags: ["LilyGo"],
images: ["tbeam.svg"],
Expand Down Expand Up @@ -142,7 +144,7 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "nano-g1",
architecture: "esp32",
activelySupported: true,
supportLevel: 2,
supportLevel: 3,
displayName: "Nano G1",
tags: ["B&Q"],
},
Expand All @@ -154,7 +156,7 @@ export const deviceHardwareList: DeviceHardware[] = [
activelySupported: true,
supportLevel: 2,
displayName: "LILYGO T-LoRa V2.1-1.8",
tags: ["LilyGo"],
tags: ["LilyGo", "2.4GHz LoRA"],
images: ["tlora-v2-1-1_8.svg"],
},
{
Expand Down Expand Up @@ -236,7 +238,7 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "canaryone",
architecture: "nrf52840",
activelySupported: true,
supportLevel: 2,
supportLevel: 3,
displayName: "Canary One",
tags: ["Canary"],
},
Expand Down

0 comments on commit caec6a4

Please sign in to comment.