We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962d16f commit 6858223Copy full SHA for 6858223
1 file changed
src/lib/resource.ts
@@ -736,6 +736,18 @@ export const deviceHardwareList: DeviceHardware[] = [
736
tags: ["Seeed"],
737
images: ["wio_tracker_l1_case.svg"],
738
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,
751
},
752
{
753
hwModel: 97,
0 commit comments