diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 8d6e040..4eb1737 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -40,7 +40,7 @@ export const deviceHardwareList: DeviceHardware[] = [ platformioTarget: "tlora-v2-1-1_6", architecture: "esp32", activelySupported: true, - supportLevel: 1, + supportLevel: 3, displayName: "LILYGO T-LoRa V2.1-1.6", tags: ["LilyGo"], images: ["tlora-v2-1-1_6.svg"], @@ -51,7 +51,7 @@ export const deviceHardwareList: DeviceHardware[] = [ platformioTarget: "tbeam", architecture: "esp32", activelySupported: true, - supportLevel: 1, + supportLevel: 3, displayName: "LILYGO T-Beam", tags: ["LilyGo"], images: ["tbeam.svg"], @@ -145,6 +145,7 @@ export const deviceHardwareList: DeviceHardware[] = [ platformioTarget: "rak11200", architecture: "esp32", activelySupported: true, + supportLevel: 3, displayName: "RAK WisBlock 11200", tags: ["RAK"], images: ["rak11200.svg"], @@ -165,7 +166,7 @@ export const deviceHardwareList: DeviceHardware[] = [ platformioTarget: "tlora-v2-1-1_8", architecture: "esp32", activelySupported: true, - supportLevel: 2, + supportLevel: 3, displayName: "LILYGO T-LoRa V2.1-1.8", tags: ["LilyGo", "2.4GHz"], images: ["tlora-v2-1-1_8.svg"], @@ -432,7 +433,7 @@ export const deviceHardwareList: DeviceHardware[] = [ platformioTarget: "t-watch-s3", architecture: "esp32-s3", activelySupported: true, - supportLevel: 1, + supportLevel: 3, displayName: "LILYGO T-Watch S3", tags: ["LilyGo"], images: ["t-watch-s3.svg"], @@ -628,6 +629,18 @@ export const deviceHardwareList: DeviceHardware[] = [ requiresDfu: true, partitionScheme: "8MB", }, + { + hwModel: 105, + hwModelSlug: "WISMESH_TAG", + platformioTarget: "rak_wismeshtag", + architecture: "nrf52840", + activelySupported: true, + supportLevel: 1, + displayName: "RAK WisMesh Tag", + tags: ["RAK"], + images: ["rak_wismesh_tag.svg"], + requiresDfu: true, + }, { hwModel: 84, hwModelSlug: "WISMESH_TAP",