Skip to content

Commit

Permalink
Remove 1.0 legacy versions of Heltec boards from active support
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Nov 24, 2024
1 parent 245346d commit 82d4f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_WIRELESS_TRACKER_V1_0",
platformioTarget: "heltec-wireless-tracker-V1-0",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 3,
displayName: "Heltec Wireless Tracker V1.0",
images: ["heltec-wireless-tracker.svg"],
Expand Down Expand Up @@ -443,7 +443,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_WIRELESS_PAPER_V1_0",
platformioTarget: "heltec-wireless-paper-v1_0",
architecture: "esp32-s3",
activelySupported: true,
activelySupported: false,
supportLevel: 3,
tags: ["Heltec"],
displayName: "Heltec Wireless Paper V1.0",
Expand Down

0 comments on commit 82d4f23

Please sign in to comment.