diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 81d071c..0e051b6 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -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"], @@ -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"], @@ -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"], @@ -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"], @@ -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"], @@ -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, @@ -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, @@ -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)", }, @@ -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"], @@ -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"], @@ -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"], @@ -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"],