Skip to content

Commit

Permalink
Update resource.ts
Browse files Browse the repository at this point in the history
Remove all promotion of heltec devices
  • Loading branch information
garthvh authored Nov 29, 2024
1 parent 82d4f23 commit f18aee9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_V3",
platformioTarget: "heltec-v3",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "Heltec V3",
tags: ["Heltec"],
Expand All @@ -333,7 +333,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_WSL_V3",
platformioTarget: "heltec-wsl-v3",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "Heltec Wireless Stick Lite V3",
tags: ["Heltec"],
Expand Down Expand Up @@ -366,7 +366,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_WIRELESS_TRACKER",
platformioTarget: "heltec-wireless-tracker",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "Heltec Wireless Tracker V1.1",
tags: ["Heltec"],
Expand All @@ -389,7 +389,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_WIRELESS_PAPER",
platformioTarget: "heltec-wireless-paper",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "Heltec Wireless Paper",
tags: ["Heltec"],
Expand Down Expand Up @@ -433,7 +433,7 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "heltec-ht62-esp32c3-sx1262",
architecture: "esp32-c3",
supportLevel: 1,
activelySupported: true,
activelySupported: false,
displayName: "Heltec HT62",
tags: ["Heltec"],
images: ["heltec-ht62-esp32c3-sx1262.svg"],
Expand Down Expand Up @@ -464,7 +464,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_WIRELESS_TRACKER",
platformioTarget: "tracksenger",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 3,
displayName: "TrackSenger (small TFT)",
requiresDfu: true,
Expand All @@ -474,7 +474,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_WIRELESS_TRACKER",
platformioTarget: "tracksenger-lcd",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 3,
displayName: "TrackSenger (big TFT)",
requiresDfu: true,
Expand All @@ -484,7 +484,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_WIRELESS_TRACKER",
platformioTarget: "tracksenger-oled",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 3,
displayName: "TrackSenger (big OLED)",
},
Expand Down Expand Up @@ -514,7 +514,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_VISION_MASTER_T190",
platformioTarget: "heltec-vision-master-t190",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "Heltec Vision Master T190",
tags: ["Heltec"],
Expand All @@ -526,7 +526,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_VISION_MASTER_E213",
platformioTarget: "heltec-vision-master-e213",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "Heltec Vision Master E213",
tags: ["Heltec"],
Expand All @@ -538,7 +538,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_VISION_MASTER_E290",
platformioTarget: "heltec-vision-master-e290",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "Heltec Vision Master E290",
tags: ["Heltec"],
Expand All @@ -550,7 +550,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_MESH_NODE_T114",
platformioTarget: "heltec-mesh-node-t114",
architecture: "nrf52840",
activelySupported: true,
activelySupported: false,
supportLevel: 1,
displayName: "Heltec Mesh Node T114",
tags: ["Heltec"],
Expand Down

0 comments on commit f18aee9

Please sign in to comment.