Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down Expand Up @@ -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",
Expand Down
Loading