diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 0a69756..59585e5 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -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"], @@ -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"], @@ -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"], }, @@ -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"], }, { @@ -236,7 +238,7 @@ export const deviceHardwareList: DeviceHardware[] = [ platformioTarget: "canaryone", architecture: "nrf52840", activelySupported: true, - supportLevel: 2, + supportLevel: 3, displayName: "Canary One", tags: ["Canary"], },