Skip to content

Commit

Permalink
Update resource.ts
Browse files Browse the repository at this point in the history
Fix some display names to be more consistent
  • Loading branch information
garthvh authored Aug 5, 2024
1 parent 0cbd4d5 commit cf967d8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "tlora-v2",
architecture: "esp32",
activelySupported: false,
displayName: "T-LoRa V2",
displayName: "LILYGO T-LoRa V2",
},
{
hwModel: 2,
hwModelSlug: "TLORA_V1",
platformioTarget: "tlora-v1",
architecture: "esp32",
activelySupported: false,
displayName: "T-LoRa V1",
displayName: "LILYGO T-LoRa V1",
},
{
hwModel: 3,
hwModelSlug: "TLORA_V2_1_1P6",
platformioTarget: "tlora-v2-1-1_6",
architecture: "esp32",
activelySupported: true,
displayName: "T-LoRa V2.1-1.6",
displayName: "LILYGO T-LoRa V2.1-1.6",
},
{
hwModel: 4,
hwModelSlug: "TBEAM",
platformioTarget: "tbeam",
architecture: "esp32",
activelySupported: true,
displayName: "T-Beam",
displayName: "LILYGO T-Beam",
},
{
hwModel: 5,
Expand All @@ -54,31 +54,31 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "tbeam0_7",
architecture: "esp32",
activelySupported: false,
displayName: "T-Beam V0.7",
displayName: "LILYGO T-Beam V0.7",
},
{
hwModel: 7,
hwModelSlug: "T_ECHO",
platformioTarget: "t-echo",
architecture: "nrf52840",
activelySupported: true,
displayName: "T-Echo",
displayName: "LILYGO T-Echo",
},
{
hwModel: 8,
hwModelSlug: "TLORA_V1_1P3",
platformioTarget: "tlora-v1_3",
architecture: "esp32",
activelySupported: false,
displayName: "T-LoRa V1.1-1.3",
displayName: "LILYGO T-LoRa V1.1-1.3",
},
{
hwModel: 9,
hwModelSlug: "RAK4631",
platformioTarget: "rak4631",
architecture: "nrf52840",
activelySupported: true,
displayName: "RAK4631",
displayName: "RAK WisBlock 4361",
},
{
hwModel: 10,
Expand All @@ -102,15 +102,15 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "tbeam-s3-core",
architecture: "esp32-s3",
activelySupported: true,
displayName: "T-Beam S3 Core",
displayName: "LILYGO T-Beam S3 Core",
},
{
hwModel: 13,
hwModelSlug: "RAK11200",
platformioTarget: "rak11200",
architecture: "esp32",
activelySupported: false,
displayName: "RAK11200",
displayName: "RAK WisBlock 11200",
},
{
hwModel: 14,
Expand All @@ -126,15 +126,15 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "tlora-v2-1-1_8",
architecture: "esp32",
activelySupported: true,
displayName: "T-LoRa V2.1-1.8",
displayName: "LILYGO T-LoRa V2.1-1.8",
},
{
hwModel: 16,
hwModelSlug: "TLORA_T3_S3",
platformioTarget: "tlora-t3s3-v1",
architecture: "esp32-s3",
activelySupported: true,
displayName: "T-LoRa T3-S3",
displayName: "LILYGO T-LoRa T3-S3",
},
{
hwModel: 17,
Expand Down Expand Up @@ -174,15 +174,15 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "rak11310",
architecture: "rp2040",
activelySupported: true,
displayName: "RAK11310",
displayName: "RAK WisBlock 11310",
},
{
hwModel: 29,
hwModelSlug: "CANARYONE",
platformioTarget: "canaryone",
architecture: "nrf52840",
activelySupported: true,
displayName: "CanaryOne",
displayName: "Canary One",
},
{
hwModel: 30,
Expand Down Expand Up @@ -294,15 +294,15 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "t-deck",
architecture: "esp32-s3",
activelySupported: true,
displayName: "T-Deck",
displayName: "LILYGO T-Deck",
},
{
hwModel: 51,
hwModelSlug: "T_WATCH_S3",
platformioTarget: "t-watch-s3",
architecture: "esp32-s3",
activelySupported: true,
displayName: "T-Watch S3",
displayName: "LILYGO T-Watch S3",
},
{
hwModel: 52,
Expand Down

0 comments on commit cf967d8

Please sign in to comment.