Skip to content

Commit 6858223

Browse files
authored
Add Initial L1 E-Ink Support
Initial work for official support of e-ink version of the L1, actively supported set to false while waiting for firmware finalization.
1 parent 962d16f commit 6858223

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/lib/resource.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,18 @@ export const deviceHardwareList: DeviceHardware[] = [
736736
tags: ["Seeed"],
737737
images: ["wio_tracker_l1_case.svg"],
738738
requiresDfu: true,
739+
},
740+
{
741+
hwModel: 100,
742+
hwModelSlug: "SEEED_WIO_TRACKER_L1_EINK",
743+
platformioTarget: "seeed_wio_tracker_L1_eink",
744+
architecture: "nrf52840",
745+
activelySupported: false,
746+
supportLevel: 1,
747+
displayName: "Seeed Wio Tracker L1 E-Ink",
748+
tags: ["Seeed"],
749+
requiresDfu: true,
750+
hasInkHud: true,
739751
},
740752
{
741753
hwModel: 97,

0 commit comments

Comments
 (0)