Skip to content

Commit

Permalink
Merge pull request #24 from rcarteraz/patch-3
Browse files Browse the repository at this point in the history
Add unPhone to Supported Devices
  • Loading branch information
thebentern authored Apr 9, 2024
2 parents 1682f83 + 79eb108 commit f5f7994
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 @@ -320,4 +320,12 @@ export const deviceHardwareList: DeviceHardware[] = [
activelySupported: true,
displayName: "Heltec Wireless Paper V1.0",
},
{
hwModel: 59,
hwModelSlug: "UNPHONE",
platformioTarget: "unphone",
architecture: "esp32-s3",
activelySupported: true,
displayName: "unPhone",
},
];

0 comments on commit f5f7994

Please sign in to comment.