Skip to content

Commit

Permalink
Merge pull request #20 from todd-herbert/master
Browse files Browse the repository at this point in the history
Add Heltec Wireless Paper V1.0
  • Loading branch information
thebentern authored Mar 7, 2024
2 parents 4faa3be + eeb9b61 commit 4ddfc9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,12 @@ export const deviceHardwareList: DeviceHardware[] = [
activelySupported: true,
displayName: "Heltec HT62",
},
{
hwModel: 57,
hwModelSlug: "HELTEC_WIRELESS_PAPER_V1_0",
platformioTarget: "heltec-wireless-paper-v1_0",
architecture: "esp32-s3",
activelySupported: true,
displayName: "Heltec Wireless Paper V1.0",
},
];

0 comments on commit 4ddfc9d

Please sign in to comment.